v3.0.0-beta-5 of current
The official repository for Dart and Flutter packages. [Unoffic…
May 2, 2026
A simple yet powerful state management library for Flutter. Keeps your widget build methods clean, with ZERO dependencies on other packages. Changelog excerpt: BREAKING CHANGES - To eliminate excessive *O(N)*memory allocations during bulk collection operations (clear, addAll, insertAll, addEntries), CurrentStateChangedevents no longer contain deep clones of the collection by default. The previousValuepayload will now be null. If you need the previous state (e.g., for your own fine-grained Undo feature for example), you must now explicitly opt-in by passing capturePrevious: trueto these methods. - I recognize this could be a real [...]
Discussion in the ATmosphere