entity_graph_flutter 4.0.0
entity_graph_flutter: ^4.0.0 copied to clipboard
Flutter/Dart mirror of the Prometheus entity graph — normalized, reactive entity store with generated Riverpod 3 provider families, optimistic CRUD, local/remote/hybrid views and pluggable transports.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add entity_graph_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
entity_graph_flutter: ^4.0.0Alternatively, 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:entity_graph_flutter/entity_graph_flutter.dart';