Add live demo links to READMEs, enable theme switching in Gallery app, and update deployment workflow for web support.

This commit is contained in:
Emily Pauli 2025-10-23 15:08:13 +02:00
commit 8d7bd7e828
20 changed files with 385 additions and 12 deletions

View file

@ -90,3 +90,21 @@ flutter run
## License
MIT
---
## Live demo (Gallery)
Explore this component in the M3E Gallery (GitHub Pages):
https://<your-github-username>.github.io/material_3_expressive/
To run the Gallery locally:
```sh
cd apps/gallery
flutter run -d chrome
```
_Last updated: 2025-10-23_

View file

@ -14,3 +14,21 @@ 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 (Gallery)
Try this component in the main Gallery app (GitHub Pages):
https://<your-github-username>.github.io/material_3_expressive/
To run the Gallery locally from repo root:
```sh
cd ../../../../apps/gallery
flutter run -d chrome
```
_Last updated: 2025-10-23_