stacked 1.2.1+2 copy "stacked: ^1.2.1+2" to clipboard
stacked: ^1.2.1+2 copied to clipboard

outdated

An architecture and widgets for an MVVM inspired architecture in Flutter. It provides common functionalities required to build a large application in a understandable manner.

[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.

[1.2.1] - 2020-04-26 - Added ViewModelBuilderWidget #

The ViewModelBuilderWidget removes boiler plate code for using a ViewModelBuilder to provide the View->ViewModel rebuild functionality.

[1.2.1+1] - 2020-04-26 - Description Update #

[1.2.1+2] - 2020-04-26 - Description Update 2 #

1394
likes
0
pub points
98%
popularity

Publisher

verified publisherfilledstacks.com

An architecture and widgets for an MVVM inspired architecture in Flutter. It provides common functionalities required to build a large application in a understandable manner.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, observable_ish, provider

More

Packages that depend on stacked