Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 601 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 601 Bytes

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