easy 1.1.2+13 copy "easy: ^1.1.2+13" to clipboard
easy: ^1.1.2+13 copied to clipboard

outdated

An easy Flutter state managegement that allows minimal rebuild of widgets and improves performance.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy

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

dependencies:
  easy: ^1.1.2+13

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:easy/easy.dart';
19
likes
30
pub points
27%
popularity

Publisher

verified publishergetx.site

An easy Flutter state managegement that allows minimal rebuild of widgets and improves performance.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on easy