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

Contains utility function and classes to help utilize state management more efficiently. 1. Creating and handling StatefulWidgets more elegantly. 2. Helpers for Bloc management system. 3. Helper scope [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add state_helpers

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

dependencies:
  state_helpers: ^0.1.1

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:state_helpers/state_helpers.dart';
2
likes
130
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Contains utility function and classes to help utilize state management more efficiently. 1. Creating and handling StatefulWidgets more elegantly. 2. Helpers for Bloc management system. 3. Helper scope extensions function

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

bloc, flutter, flutter_bloc

More

Packages that depend on state_helpers