easy 1.1.2+1 copy "easy: ^1.1.2+1" to clipboard
easy: ^1.1.2+1 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+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:easy/easy.dart';
19
likes
0
pub points
20%
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

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on easy