Skip to content

subhashDev11/flutter_mvc

Repository files navigation

flutter_mvc

The Model-View-Controller (MVC) pattern

The Model-View-Controller (MVC) pattern: This is one of the oldest and most well-established architectural patterns. It separates the user interface (view) from the data and business logic (model) and the control flow (controller). In a Flutter app, the view is typically implemented using widgets, while the model and controller are typically implemented as Dart classes.

Screenshot from 2023-02-11 17-58-44 Screenshot from 2023-02-11 17-58-52

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published