flutter_reacton 0.2.0
flutter_reacton: ^0.2.0 copied to clipboard
Flutter widgets and bindings for the Reacton state management library. Provides ReactonScope, ReactonBuilder, context.watch(), and more.
0.2.0 #
- New:
ReactonSuspense<T>— unwraps anAsyncValue<T>reacton so builders receiveTdirectly. Supports stale-while-revalidate viakeepPreviousData. - New:
ReactonErrorBoundary— groups multiple async reactons under one loading/error surface with aresetcallback for retry. - Bump:
reacton: ^0.2.0.
0.1.2 #
- Maintenance release with version bump
0.1.1 #
- Add example file for pub.dev scoring
- Update dependencies to latest compatible versions
- Fix static analysis warnings in documentation comments
0.1.0 #
- Initial release