Add live demo links to READMEs, enable theme switching in Gallery app, and update deployment workflow for web support.
This commit is contained in:
parent
716fb2c32e
commit
8d7bd7e828
20 changed files with 385 additions and 12 deletions
6
.github/workflows/deploy-gallery-pages.yml
vendored
6
.github/workflows/deploy-gallery-pages.yml
vendored
|
|
@ -31,11 +31,17 @@ jobs:
|
|||
channel: "stable"
|
||||
|
||||
- name: Flutter version
|
||||
working-directory: apps/gallery
|
||||
run: flutter --version
|
||||
|
||||
- name: Enable web
|
||||
working-directory: apps/gallery
|
||||
run: flutter config --enable-web
|
||||
|
||||
- name: Create web
|
||||
working-directory: apps/gallery
|
||||
run: flutter create . --platforms web --overwrite
|
||||
|
||||
- name: Pub get
|
||||
working-directory: apps/gallery
|
||||
run: flutter pub get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue