Skip to content

ferrarafer/counter_app_extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter App Extended

The Flutter pre-built app we get when we create a new Flutter project but made with Filledstacks Stacked package using MVVM.

Getting Started

To run the application follow the following steps.

flutter run

Code generation

flutter pub run build_runner build

if it fails add --delete-conflicting-outputs at the end

flutter pub run build_runner build --delete-conflicting-outputs

Flutter Upgrade

flutter upgrade
flutter packages upgrade
flutter clean
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs

About

Counter App extended with Stacked

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published