Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 231 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 231 Bytes

Usefull commands

flutter pub get

flutter clean

flutter run

Start on Web with diabled CORS

flutter run -d chrome --web-browser-flag="--disable-web-security" --web-browser-flag="--user-data-dir=/tmp/chrome_dev"