aegis_honeycomb 1.0.0 copy "aegis_honeycomb: ^1.0.0" to clipboard
aegis_honeycomb: ^1.0.0 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 Dart:

 $ dart pub add aegis_honeycomb

With Flutter:

 $ flutter pub add aegis_honeycomb

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

dependencies:
  aegis_honeycomb: ^1.0.0

Alternatively, 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:aegis_honeycomb/honeycomb.dart';
import 'package:aegis_honeycomb/honeycomb_container.dart';
1
likes
0
points
153
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on aegis_honeycomb