Hello , Just wanted to know if object box will be available for flutter in the near future.This will be a really huge booster in terms of popularity especially among flutter developers since the only choice for database at this time is SQLite.
Dart support can build upon the C API.
We currently have not yet any plans to develop a Flutter API, but sure would be supportive if somebody would like to go ahead.
okay , will be looking forward to that.Thank you
Cool~~
@greenrobot
https://github.com/dart-lang/sdk/issues/34452#issuecomment-482136759
i think with it, you can bring objectbox in flutter
this is example for realm :
https://github.com/nhachicha/realm-dart-ffi
Dart support can build upon the C API.
We currently have not yet any plans to develop a Flutter API, but sure would be supportive if somebody would like to go ahead.
There any one interested in colaborate for create a Dart interface?
As a first humble step, we've prepared a repo including some basic thoughts and pointers to the C API. PRs are welcome.
I'm gonna see if the first few steps can be done on plain ol' Dart first.
Later on, source_gen and build_runner can be used to generate code (e.g. all the OB accessors).
I'm happy to announce that we have ObjectBox for Dart up and running in an early version! We'll coordinate the next steps on GitHub; e.g. check the issue tracker for concrete next tasks. You're also invited help. Now that we have figured out the basic set up, it might be easier to join in.
I'm closing this here; anything related to Dart/Flutter should happen in the new repo. Thanks again for bringing this up!
Most helpful comment
I'm happy to announce that we have ObjectBox for Dart up and running in an early version! We'll coordinate the next steps on GitHub; e.g. check the issue tracker for concrete next tasks. You're also invited help. Now that we have figured out the basic set up, it might be easier to join in.
I'm closing this here; anything related to Dart/Flutter should happen in the new repo. Thanks again for bringing this up!