objectbox_flutter_libs_extra 2.5.1
objectbox_flutter_libs_extra: ^2.5.1 copied to clipboard
Superfast NoSQL Flutter / Dart database. This package contains Flutter runtime libraries for ObjectBox. Extra libraries for Windows. modify (FetchContent)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add objectbox_flutter_libs_extraThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
objectbox_flutter_libs_extra: ^2.5.1Alternatively, 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_extra/objectbox_flutter_libs.dart';