We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import 'package:path/path.dart' as p; import 'package:path_provider/path_provider.dart'; import '../objectbox.g.dart'; class ObjectBox { late final Store store; ObjectBox._create(this.store) { // Add any additional setup code, e.g. build queries. } static Future<ObjectBox> create() async { final store = await openStore( directory: p.join( (await getApplicationDocumentsDirectory()).path, "test")); return ObjectBox._create(store); } }
Do you have any plans to adapt the HarmonyOS platform?
[https://gitee.com/openharmony-sig/flutter_plus_plugins)](https://gitee.com/openharmony-sig/flutter_plus_plugins
The text was updated successfully, but these errors were encountered:
Thanks for the request. As Flutter does not support it, the ObjectBox package will likely not support it either.
For anyone else affected or interested, it helps us prioritize issues if you thumbs up the first post (GitHub can sort issues by thumbs ups)!
Sorry, something went wrong.
No branches or pull requests
Do you have any plans to adapt the HarmonyOS platform?
[https://gitee.com/openharmony-sig/flutter_plus_plugins)](https://gitee.com/openharmony-sig/flutter_plus_plugins
The text was updated successfully, but these errors were encountered: