stateful_widget_binder 1.0.1 copy "stateful_widget_binder: ^1.0.1" to clipboard
stateful_widget_binder: ^1.0.1 copied to clipboard

A lightweight, type-safe Flutter package to bind controllers to StatefulWidget with automatic lifecycle management and reactivity.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stateful_widget_binder

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

dependencies:
  stateful_widget_binder: ^1.0.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:stateful_widget_binder/stateful_widget_binder.dart';
0
likes
160
points
140
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight, type-safe Flutter package to bind controllers to StatefulWidget with automatic lifecycle management and reactivity.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on stateful_widget_binder