scopely 1.1.7
scopely: ^1.1.7 copied to clipboard
Provides tools to let you enhance Dart's `async`/`await` model the way you want to.
1.1.7 #
- Update README to be a little more tooling-focused.
1.1.6 #
- Fix compilation errors in
mixin StateScopecode snippets for newer versions of Flutter
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