indexed_entity_store 1.2.1 copy "indexed_entity_store: ^1.2.1" to clipboard
indexed_entity_store: ^1.2.1 copied to clipboard

A fast, simple, and synchronous entity store for Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add indexed_entity_store

With Flutter:

 $ flutter pub add indexed_entity_store

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

dependencies:
  indexed_entity_store: ^1.2.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:indexed_entity_store/indexed_entity_store.dart';
1
likes
0
pub points
58%
popularity

Publisher

verified publisherlunaone.de

A fast, simple, and synchronous entity store for Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, sqlite3

More

Packages that depend on indexed_entity_store