zam_view_models 0.0.1 copy "zam_view_models: ^0.0.1" to clipboard
zam_view_models: ^0.0.1 copied to clipboard

outdated

A library of commonly used view models for all zamstation apps.

View Models Library #

A library of commonly used view models for all zamstation apps.

Version Build Stars License

What's inside the package #

Includes the following core components.

Check out all the components in detail here

How to use #

Just extend or implement the required view model and you're good to go.

class MyViewModel extends TextToastViewModel {
  MyViewModel(String text) : super(text);
}

To learn more, move on to the example section or check out this dedicated example in github.

Contributors #

0
likes
0
points
2
downloads

Publisher

verified publisherzamstation.com

Weekly Downloads

A library of commonly used view models for all zamstation apps.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

zam_core

More

Packages that depend on zam_view_models