easy_stateful_builder 0.4.0 copy "easy_stateful_builder: ^0.4.0" to clipboard
easy_stateful_builder: ^0.4.0 copied to clipboard

discontinued

An easy widget that helps building StatefulWidget implicitly. Highly inspired by `StatefulBuilder` and `GlobalKey`. Still under the development.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_stateful_builder

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

dependencies:
  easy_stateful_builder: ^0.4.0

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_stateful_builder/easy_stateful_builder.dart';
0
likes
30
pub points
0%
popularity

Publisher

verified publishergihwan.com

An easy widget that helps building StatefulWidget implicitly. Highly inspired by `StatefulBuilder` and `GlobalKey`. Still under the development.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on easy_stateful_builder