indexed_entity_store 1.4.2-dev2
indexed_entity_store: ^1.4.2-dev2 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_storeWith Flutter:
$ flutter pub add indexed_entity_storeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
indexed_entity_store: ^1.4.2-dev2Alternatively, 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';