aegis_honeycomb 1.0.2 copy "aegis_honeycomb: ^1.0.2" to clipboard
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_honeycomb

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  aegis_honeycomb: ^1.0.2

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:aegis_honeycomb/honeycomb.dart';
import 'package:aegis_honeycomb/honeycomb_container.dart';
1
likes
150
points
151
downloads

Publisher

unverified uploader

Weekly Downloads

A simple, type-safe, codegen-free Flutter state management library with clear State/Effect separation, auto dependency tracking, and powerful Scope/Override mechanism.

Repository (GitHub)
View/report issues

Topics

#state-management #flutter #reactive #dependency-injection

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on aegis_honeycomb