objectbox 1.5.1-dev.0 copy "objectbox: ^1.5.1-dev.0" to clipboard
objectbox: ^1.5.1-dev.0 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

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

dependencies:
  objectbox: ^1.5.1-dev.0

Alternatively, your editor might support dart 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';
1155
likes
0
pub points
98%
popularity

Publisher

verified publisherobjectbox.io

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

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

collection, ffi, flat_buffers, meta, path

More

Packages that depend on objectbox