Convex for Flutter and Dart
I just discovered Convex, is there a package for flutter?
Or how do you use convex using HTTP requests in flutter
1 Reply
You can use the HTTP API, but you won't get the realtime benefits of Convex:
https://docs.convex.dev/http-api/#functions-api
No idea if Dart has a JS FFI, if it does you could maybe use https://docs.convex.dev/client/javascript#convex-client
We haven't worked on Flutter/Dart integration yet.
Convex HTTP API | Convex Developer Hub
Connecting to Convex directly with HTTP
JavaScript | Convex Developer Hub
Convex applications can be accessed from Node.js or any JavaScript runtime that