entity_graph_flutter 3.0.2
entity_graph_flutter: ^3.0.2 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 Dart:
$ dart pub add entity_graph_flutterWith Flutter:
$ flutter pub add entity_graph_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
entity_graph_flutter: ^3.0.2Alternatively, 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_graph_flutter/entity_graph_flutter.dart';