mvvm_flutter 0.1.0 copy "mvvm_flutter: ^0.1.0" to clipboard
mvvm_flutter: ^0.1.0 copied to clipboard

outdated

The main goal behind MVVM is to move as much of the state and logic from the View into a separate entity called the ViewModel. The ViewModel also contains the business logic and serves as the mediator [...]

[0.1.0] - #

pub package join chat

A Flutter MVVM (Model-View-ViewModel) implementation. It uses abstraction layer between flutter view and model class . binding to establish a connection between the ViewModel and the View , and drives the View changes through the ViewModel.

4
likes
0
pub points
8%
popularity

Publisher

unverified uploader

The main goal behind MVVM is to move as much of the state and logic from the View into a separate entity called the ViewModel. The ViewModel also contains the business logic and serves as the mediator between the View and the Model.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta, provider

More

Packages that depend on mvvm_flutter