Skip to content

Latest commit

 

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

example

A new Flutter project.

Run Web

flutter run --release --dart-define=FLUTTER_WEB_USE_SKIA=true -d chrome

Build Web

flutter build web --dart-define=FLUTTER_WEB_USE_SKIA=true --release
  • Build Flutter web app to Github Pages to the docs folder
flutter build web --dart-define=FLUTTER_WEB_USE_SKIA=true --release && rm -rf ../docs && mkdir ../docs && cp -a ./build/web/. ../docs/