state_manage_package 0.0.3 copy "state_manage_package: ^0.0.3" to clipboard
state_manage_package: ^0.0.3 copied to clipboard

A lightweight Flutter state management package that rebuilds only the widgets watching changed values.

0.0.3 #

  • Updated README version information and installation instructions.

0.0.2 #

  • Added LocalVar as the local-state name for a single reactive value.
  • Added LocalObject for auto-disposed state without writing a StatefulWidget.
  • Added LocalState and LocalStateMixin for simpler auto-disposed StatefulWidget state.
  • Expanded README examples for LocalVar, LocalObject, StatelessWidget, and StatefulWidget usage.
  • Added a runnable example and library-level documentation for pub.dev scoring.

0.0.1 #

  • Initial release with ChangeVar, StateBuilder, and StateSelector.
  • Added ChangeObject and ChangeProperty for grouped object-wise state.
  • Added ChangeObjectBuilder and watchAll for rebuilding when any object property changes.
2
likes
160
points
205
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter state management package that rebuilds only the widgets watching changed values.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on state_manage_package