entity_store_isar 6.0.0-dev.1 copy "entity_store_isar: ^6.0.0-dev.1" to clipboard
entity_store_isar: ^6.0.0-dev.1 copied to clipboard

Isar database integration for EntityStore state management ecosystem

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add entity_store_isar

With Flutter:

 $ flutter pub add entity_store_isar

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

dependencies:
  entity_store_isar: ^6.0.0-dev.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:entity_store_isar/entity_store_isar.dart';
2
likes
0
points
43
downloads

Publisher

verified publishersora.fukui.jp

Weekly Downloads

Isar database integration for EntityStore state management ecosystem

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

entity_store, flutter, isar, isar_flutter_libs, path_provider

More

Packages that depend on entity_store_isar