Skip to content

This is my private PWA app to train my parrots on a tablet.

Notifications You must be signed in to change notification settings

rhornig/parrot-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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