Adding support for dart/flutter #109
Replies: 6 comments 13 replies
|
Hi @matnex-mix that sounds amazing! We'd love contributions in this space. I'll try and guide you as much as possible. I presume if we could build upon the Rust library connector we could use this: https://github.com/fzyzcjy/flutter_rust_bridge ? Alternatively, how could flutter work with the JavaScript client library? |
|
dart can use wasm module, so technically it can load 'surrealdb.wasm' but i haven't tried it yet. |
|
Wow! Almost a year, may I know anyone here managed to get surrealdb working in Flutter apps such as android and ios? Appreciate if you could share your experiences here or the URL of the GitHub repo. I'm trying to make it works with Flutter Web using surrealdb.wasm at the moment but hitting an error on connecting to Surreal using JavaScript, please see the detail at https://github.com/orgs/surrealdb/discussions/2730. |
|
Hey @limcheekin, have you seen this community-maintained SDK for Flutter? Let us know if this helps or if you need any further support. Thanks! |
|
is this one still in consideration? |
Uh oh!
There was an error while loading. Please reload this page.
I think the innovation really makes sense and solves a lot of problems while making it easier and more flexible. I'd like to build a dart client for surrealdb with major focus on flutter and was wondering if anyone can give me heads up. I think I'd start by using the library, the rust/javascript client libraries.
All reactions