scopely 1.1.5
scopely: ^1.1.5 copied to clipboard
Enhances Dart's async/await model with structured concurrency utilities.
1.1.5 #
- Add a missing import in
mixin StateScopecode snippets
1.1.4 #
- Tweak documentation regarding the example Flutter State mixin
1.1.3 #
- Condense example files so pub.dev shows it all on one page
1.1.2 #
- Added a top-level example file to let pub.dev see it
1.1.1 #
- Added an example showing how to use
AsyncScopewith FlutterStates
1.1.0 #
- Added
AsyncScope.addCancelListener()
1.0.0 #
- Initial version.
- Added
AsyncScope - Added
StreamLifecycleTransformerandmergeStreams()(+ variants) - Added
.asFutures()stream extension