Avoid android users specifying objectbox-android
dependency
#73
Labels
enhancement
New feature or request
help wanted
Looking for contributors (ideas, comments, code, etc)
Currently, to use
objectbox-dart
with flutter on Android, a user must manually specify a dependency onobjectbox-android
, which is a gradle artifact published by theobjectbox-java
project. Ideally, we should specify this dependency here in the dart/flutter lib, so the consumers wouldn't have to do it.Follow up from #2
See my question here: flutter/flutter#33227 (comment)
A branch where I tried something (it didn't work though): https://github.com/objectbox/objectbox-dart/tree/flutter-plugin
The text was updated successfully, but these errors were encountered: