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

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.

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 {
  const MyViewModel(String text) : super(text);
}

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

Status #

Build

Contributors #

License #

BSD 3-Clause License

0
likes
140
pub points
0%
popularity

Publisher

verified publisherzamstation.com

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

zam_core

More

Packages that depend on zam_view_models