result_notifier 0.2.1 result_notifier: ^0.2.1 copied to clipboard
“Pragmatic state management for Flutter, based on familiar and platform-native concepts”
0.1.0 #
- Initial release, with basic ResultNotifier functionality.
0.1.1 #
- Added lint package and fixed analysis warnings.
0.2.0 #
- Updated
setResultAsync
to always return aResult
, even if an error occurs. - Method
cancel
inResultNotifier
no longer accepts aResult
as a parameter. - Updated API of CombineLatestNotifier (changed constructor and added static factory methods) and removed @expermimental annotation.
- Renamed ChainedNotifier to EffectNotifier and removed @expermimental annotation.
- Added effect methods to
ResultNotifier
.
0.2.1 #
- Fixed issue with
Result.toData
(and thusResultNotifier.toData
) not using thedata
parameter correctly.