flutter_reactive_value 2.0.1 copy "flutter_reactive_value: ^2.0.1" to clipboard
flutter_reactive_value: ^2.0.1 copied to clipboard

Simple reactive state management for Flutter.

2.0.1 #

Optimistically remove listeners when the Element they are listening to is garbage collected, reducing memory pressure. (#5)

2.0.0 #

Fix memory leak (listeners were being added with every build). This required converting ReactiveValueNotifier from an extension to a subclass, because it needed an extra private field. (#5)

1.0.4 #

Specify correct minimum Dart and Flutter versions (fixes #2).

1.0.3 #

Update docs only (so that pub.dev is updated).

1.0.2 #

Check if mounted before calling markNeedsBuild()

1.0.1 #

Add notifyChanged method.

1.0.0 #

First pub.dev release.

8
likes
140
points
135
downloads

Publisher

unverified uploader

Weekly Downloads

Simple reactive state management for Flutter.

Repository (GitHub)

Documentation

API reference

License

MIT-0 (license)

Dependencies

flutter

More

Packages that depend on flutter_reactive_value