aegis_honeycomb 1.0.2
aegis_honeycomb: ^1.0.2 copied to clipboard
A simple, type-safe, codegen-free Flutter state management library with clear State/Effect separation, auto dependency tracking, and powerful Scope/Override mechanism.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aegis_honeycombThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aegis_honeycomb: ^1.0.2Alternatively, 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:aegis_honeycomb/honeycomb.dart';
import 'package:aegis_honeycomb/honeycomb_container.dart';