flutter_reactive_widget 1.0.9 copy "flutter_reactive_widget: ^1.0.9" to clipboard
flutter_reactive_widget: ^1.0.9 copied to clipboard

Simple reactive state management for Flutter.

1.0.9 #

I am deprecating this library, because I found an even simpler (and much better) mechanism for creating reactive UIs in Flutter: please use the flutter_reactive_value library instead of this one.

1.0.8 #

Disallow setting of ReactiveValue.value from build method:

https://github.com/flutter/flutter/issues/128384#issuecomment-1580110349

1.0.7 #

Further updates to fix #5.

1.0.6 #

(Ignore -- use 1.0.7)

1.0.5 #

Fix issue where reactive widget would not update in async context (#5).

1.0.4 #

Check if widget is mounted before calling setState (fixes #3).

1.0.3 #

Allow ReactiveWidgets to be nested.

1.0.2 #

Updated docs (no functionality changes).

1.0.1 #

Updated docs (no functionality changes).

1.0.0 #

First pub.dev release.

3
likes
140
pub points
23%
popularity

Publisher

unverified uploader

Simple reactive state management for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT-0 (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on flutter_reactive_widget