dart_patterns 0.4.0
dart_patterns: ^0.4.0 copied to clipboard
Collection of useful patterns for Dart
0.4.0 #
- Drop
PendingfromAsync
0.3.3 #
- Revert hierarchy changes.
0.3.2 #
- Better hierarchy.
0.3.0 #
- Seal
LateAsyncResultfor better exhaustiveness checking.
0.2.1 #
- Drop constructors for base classes for better analyzer fix.
0.2.0 #
- Added
Late,Async, andLateAsync. - Results are constructed with factory constructors.
- Added
Result.guard(fn) - Added
LateResult.fromStream(stream) - Added
AsyncResult.asStream(fn)
0.1.0 #
Initial release