isar_db 1.0.1+1 copy "isar_db: ^1.0.1+1" to clipboard
isar_db: ^1.0.1+1 copied to clipboard

Fast, fully async NoSQL database for Flutter. Community-maintained fork of Isar with enhanced features and updated dependencies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add isar_db

With Flutter:

 $ flutter pub add isar_db

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

dependencies:
  isar_db: ^1.0.1+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:isar_db/isar_db.dart';
1
likes
135
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

Fast, fully async NoSQL database for Flutter. Community-maintained fork of Isar with enhanced features and updated dependencies.

Repository (GitHub)
View/report issues
Contributing

Topics

#database #isar #nosql #local-storage #local-db

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

analyzer, build, ffi, meta, source_gen, web

More

Packages that depend on isar_db