stacked 1.1.0 copy "stacked: ^1.1.0" to clipboard
stacked: ^1.1.0 copied to clipboard

outdated

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.