piper_state 0.1.1 copy "piper_state: ^0.1.1" to clipboard
piper_state: ^0.1.1 copied to clipboard

Flutter state management that cleans up after itself. Plain Dart ViewModels, computed state, explicit dependencies, and cooperative task cancellation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add piper_state

With Flutter:

 $ flutter pub add piper_state

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

dependencies:
  piper_state: ^0.1.1

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:piper_state/piper_state.dart';
2
likes
160
points
186
downloads

Documentation

Documentation
API reference

Publisher

verified publisherglennso.dev

Weekly Downloads

Flutter state management that cleans up after itself. Plain Dart ViewModels, computed state, explicit dependencies, and cooperative task cancellation.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

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

License

MIT (license)

Dependencies

meta

More

Packages that depend on piper_state