wasabeef / flutter-architecture-blueprints

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
MIT License
1.61k stars 261 forks source link

Build apk! #71

Closed girish54321 closed 3 years ago

girish54321 commented 3 years ago

Hi, Thanks for the amazing blueprint i run the project and i want to make apk for android dev / prod but is give me error in cmd can you help me with this Thanks.

girishparate@Girishs-iMac flutter-architecture-blueprints-main % make build-android-dev
fvm flutter build apk --flavor development --dart-define=FLAVOR=development --target lib/main.dart
make: fvm: No such file or directory
make: *** [build-android-dev] Error 1
girishparate@Girishs-iMac flutter-architecture-blueprints-main % 
Screenshot 2021-04-10 at 5 46 43 PM
girish54321 commented 3 years ago

Sorry my mistake i forgot to check get stated

Closing this.