objectbox 5.3.0-preview2 copy "objectbox: ^5.3.0-preview2" to clipboard
objectbox: ^5.3.0-preview2 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: ^5.3.0-preview2

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';
1.55k
likes
160
points
99.7k
downloads

Documentation

Documentation
API reference

Publisher

verified publisherobjectbox.io

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

collection, ffi, flat_buffers, meta, path

More

Packages that depend on objectbox