objectbox_sync_flutter_libs 0.13.0-nullsafety.1 objectbox_sync_flutter_libs: ^0.13.0-nullsafety.1 copied to clipboard
ObjectBox is a super-fast NoSQL ACID compliant object database. This package contains flutter runtime libraries for ObjectBox, including ObjectBox Sync.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add objectbox_sync_flutter_libs
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
objectbox_sync_flutter_libs: ^0.13.0-nullsafety.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_sync_flutter_libs/objectbox_sync_flutter_libs.dart';