Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 338 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 338 Bytes

Parrot trainer app

Build:

$ flutter build web --pwa-strategy none

create JSON mapping file:

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

to keep this up to date during development

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