stateful_data 1.0.2 copy "stateful_data: ^1.0.2" to clipboard
stateful_data: ^1.0.2 copied to clipboard

A fully declarative data-lifecycle approach to BLoC-style state management in Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stateful_data

With Flutter:

 $ flutter pub add stateful_data

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

dependencies:
  stateful_data: ^1.0.2

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:stateful_data/stateful_data.dart';
3
likes
0
points
183
downloads

Publisher

verified publisherkonstantinvoronov.com

Weekly Downloads

A fully declarative data-lifecycle approach to BLoC-style state management in Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on stateful_data