mvvm_example icon indicating copy to clipboard operation
mvvm_example copied to clipboard

Flutter MVVM architecuture example project.

mvvm_example

Flutter MVVM Architecture example project.

MVVM

mvvm design

This project MVVM

mvvm flutter design

Demo

demo

Dependencies

Very simple.

  • provider
    • State management in View Model.
    • Data binding by View Model.
  • Stream
    • Event notification by View Model.

Author

yasukotelin