stacked 1.2.0
stacked: ^1.2.0 copied to clipboard
An architecture for maintainable Software
[1.0.0] - 2020-04-20 #
First release of the architecture containing all the initial required parts to build a full application.
[1.0.1] - 2020-04-21 - Readme instruction updates #
[1.0.2] - 2020-04-22 - Reactive Viewmodel updates #
Instead of depending on the user to call set reactive services we require an override to provide a list of services
[1.0.3] - 2020-04-22 - Adds back setBusy call to BaseViewModel #
[1.0.3+1] - 2020-04-22 - Updated Readme #
[1.0.3+2] - 2020-04-23 - Added Migration from provider_architecture to stacked #
[1.0.3+3] - 2020-04-23 - Added isBusy to BaseViewModel #
[1.1.0] - 2020-04-23 - Added StreamViewModel #
The StreamViewModel
removes boiler plate code for listening to a Stream and notifying listeners as the data comes in.
[1.2.0] - 2020-04-24 - Added FutureViewmodel #
The FutureViewModel
removes boiler plate code for a ViewModel that depends on data returned from a Future.