objectbox 2.5.1 copy "objectbox: ^2.5.1" to clipboard
objectbox: ^2.5.1 copied to clipboard

Flutter database for super-fast NoSQL ACID compliant object persistence.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add objectbox

With Flutter:

 $ flutter pub add objectbox

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

dependencies:
  objectbox: ^2.5.1

Alternatively, your editor might support dart pub get or 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/objectbox.dart';
1151
likes
130
pub points
98%
popularity

Publisher

verified publisherobjectbox.io

Flutter database for super-fast NoSQL ACID compliant object persistence.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, ffi, flat_buffers, meta, path

More

Packages that depend on objectbox