scopo 0.3.2
scopo: ^0.3.2 copied to clipboard
A Flutter package for managing scopes and dependency injection within the widget tree
0.3.2 #
- add
ScopeDependenciesQueuefor sequiential async initialization and disposal from list of dependencies.
0.3.1 #
- fix a serious bug: the code is built using a Flutter fork. transfer to the official version.
0.3.0 #
- add
ScopeModel,ScopeNotifier,ScopeAsyncInitializer,ScopeStreamInitializer. - new
Scope. - remake scopo_demo
- add
LifyceycleCoordinatorfor sequiential async initialization and disposal.
0.2.2+1 #
- breaking changes: rename
ListenableAspectBuildertoListenableSelector. - breaking changes: rename
listenTotoselect. - update docs.
- fix:
pauseAfterInitializationto zero by default.
0.2.0-0.2.1 #
- breaking changes: remove context from
init.
0.1.3 #
- implement
ScopeContentfromListenable - add utils for
Listenable - add minimal example.
0.1.2 #
yield ScopeReadyclosesinit- add
ScopeConsumer - remove type for progress from
Scopedefinition
0.1.1 #
- remove
wrap - add
wrapContent
0.1.0 #
- scopo is ready for production