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

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.54k
likes
155
points
96.6k
downloads

Publisher

verified publisherobjectbox.io

Weekly Downloads

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