better_effect_flutter 0.4.0 copy "better_effect_flutter: ^0.4.0" to clipboard
better_effect_flutter: ^0.4.0 copied to clipboard

Flutter MVVM integration for better_effect with typed EffectCommand state, scoped Runtime bootstrap, and one-shot UI listeners.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add better_effect_flutter

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

dependencies:
  better_effect_flutter: ^0.4.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:better_effect_flutter/better_effect_flutter.dart';
0
likes
160
points
254
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Flutter MVVM integration for better_effect with typed EffectCommand state, scoped Runtime bootstrap, and one-shot UI listeners.

Repository (GitHub)
View/report issues

Topics

#flutter #mvvm #dependency-injection #state-management #effects

License

MIT (license)

Dependencies

better_effect, flutter

More

Packages that depend on better_effect_flutter