state_helpers 0.1.0
state_helpers: ^0.1.0 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_helpersThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
state_helpers: ^0.1.0Alternatively, 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';