zam_view_models

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

zam view models

View Models Library #
A library of commonly used view models for all zamstation apps.
What's inside the package #
Includes the following core components.

ValueViewModel
TextViewModel
ListViewModel

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);
}
copied to clipboard
To learn more, move on to the example section or check out these dedicated examples in github.
Status #

Contributors #

Amsakanna

License #
BSD 3-Clause License

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.