ease_state_helper 0.1.2 copy "ease_state_helper: ^0.1.2" to clipboard
ease_state_helper: ^0.1.2 copied to clipboard

A simple Flutter state management helper that makes using Flutter's internal state management easier.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ease_state_helper

With Flutter:

 $ flutter pub add ease_state_helper

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

dependencies:
  ease_state_helper: ^0.1.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:ease_state_helper/ease_state_helper.dart';
1
likes
0
points
277
downloads

Publisher

verified publisherwidget-lab.dev

Weekly Downloads

A simple Flutter state management helper that makes using Flutter's internal state management easier.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ease_state_helper