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

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

1.0.2 #

  • Fixed missing disposable_controller.dart export from package main entry point.
  • Fixed missing flutter/material.dart imports in example and tests.
  • Improved library robustness with more accurate tests and error-free builds.

1.0.1 #

  • Refined StateController generic constraints for better compile-time safety.
  • Cleaner internal access to StatefulWidgetBinder private fields.
  • Added support for pure DisposableController (non-reactive use cases).
  • Flexible DisposableController as an abstract class (supports both extend and implement).
  • Added comprehensive unit tests for DisposableController.

1.0.0 #

  • Initial release of the StatefulWidget Binder library.
  • Added StatefulWidgetBinder base class for widgets.
  • Added StateController generic class for type-safe state and controller management.
  • Added automatic reactivity for Listenable controllers.
  • Added automatic lifecycle management with dispose() automation.
  • Included comprehensive documentation and example project.
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