forked from mirrors/material_3_expressive
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
|
|
@ -14,3 +14,20 @@ A few resources to get you started if this is your first Flutter project:
|
|||
For help getting started with Flutter development, view the
|
||||
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
||||
samples, guidance on mobile development, and a full API reference.
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Live demo
|
||||
|
||||
This Gallery app is deployed to GitHub Pages using the workflow in `.github/workflows/deploy-gallery-pages.yml`.
|
||||
|
||||
Open: https://emilymoonstone.github.io/material_3_expressive/
|
||||
|
||||
To run locally:
|
||||
|
||||
```sh
|
||||
flutter run -d chrome
|
||||
```
|
||||
|
||||
_Last updated: 2025-10-23_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue