Skip to content

asleson/flutter_mvvm_inject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_mvvm_inject

MVVM Example with inject_flutter.

This is the source code to the example app featured in the Medium article "Implementing Model-View-ViewModel in Flutter using inject_flutter."

Getting Started

After cloning this repo, run the following command to get the dependencies:

flutter pub get

Then use the build_runner tool to generate the necessary code:

dart run build_runner build

This project is currently set up to deploy on the web, or as a MacOS desktop application. To run as a web application, use:

flutter run -d chrome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published