deferred_type 3.2.0
deferred_type: ^3.2.0 copied to clipboard
Dart algebraic data type and helper functions for working with asynchronous data.
3.2.0 #
- Added equality checks, so
Deferred.success([]) == Deferred.success([]).
3.1.0 #
- Added
mapBoth,flatMap,getOrDefault,getOrThrowmethods.
3.0.0 #
- Removed Flutter dependency and
FutureBuilder2widget.
2.1.0 #
- Added
mapSuccessandmapErrormethods.
2.0.0 #
- Added separate
maybeWhenfor handling fallback cases. - Renamed
wheremethod towhen. - Removed
on-prefix from callback handlers.
1.0.0 #
- Initial release.