rxdb 15.0.0-beta.31 copy "rxdb: ^15.0.0-beta.31" to clipboard
rxdb: ^15.0.0-beta.31 copied to clipboard

A fast, offline-first, reactive Database for Flutter Applications

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rxdb

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

dependencies:
  rxdb: ^15.0.0-beta.31

Alternatively, 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:rxdb/rxdb.dart';
2
likes
115
pub points
21%
popularity

Publisher

unverified uploader

A fast, offline-first, reactive Database for Flutter Applications

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_qjs, rxdart, shared_preferences

More

Packages that depend on rxdb