Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Files

Latest commit

78617ab · Jan 7, 2022

History

History
This branch is 33 commits behind sososdk/flash:master.

example

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/