entity_graph_flutter 4.0.0 copy "entity_graph_flutter: ^4.0.0" to clipboard
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_flutter

This 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.0

Alternatively, 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';
0
likes
130
points
352
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, flutter_hooks, hooks_riverpod, riverpod_annotation

More

Packages that depend on entity_graph_flutter