Skip to content

This project shows MVVM Architecture in this flutter Demo App.

Notifications You must be signed in to change notification settings

wcares/Flutter-MVVM-Architecture

Repository files navigation

MVVM Architecture Project

This project Demonstrates how to implement MVVM Architecture in this Flutter App.

MVVM is useful to move business logic from view to ViewModel and Model. ViewModel is the mediator between View and Model which carry all user events and return back the result.

There are three key things that flow out of applying MVVM −

  • Maintainability:- The presentation layer and the logic are loosely coupled, due to this code is easily maintainable and reusable. As the code base will increase over the course of time, this will help you to distinguish between them.

  • Testability:- The ViewModel is easier to unit test than code-behind or event-driven code. Thanks to separation logic MVVM have 😀

  • Extensibility:- This architecture gives you assurance which enables code to get extensible over the period of time. but keep in mind it’s also over job to keep component reusable.

MVVM is heavily used nowadays as it supports an event-driven approach, which goes hand in hand as a lot of flutter components are performed based on events.

important: This Project is still in Active Development and not completed yet.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

This project shows MVVM Architecture in this flutter Demo App.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published