objectbox_flutter_libs 1.1.1 copy "objectbox_flutter_libs: ^1.1.1" to clipboard
objectbox_flutter_libs: ^1.1.1 copied to clipboard

outdated

ObjectBox is a super-fast NoSQL ACID compliant object database. This package contains flutter runtime libraries for ObjectBox.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add objectbox_flutter_libs

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  objectbox_flutter_libs: ^1.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:objectbox_flutter_libs/objectbox_flutter_libs.dart';
28
likes
0
pub points
98%
popularity

Publisher

verified publisherobjectbox.io

ObjectBox is a super-fast NoSQL ACID compliant object database. This package contains flutter runtime libraries for ObjectBox.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

objectbox, path_provider

More

Packages that depend on objectbox_flutter_libs