material_3_expressive/apps/gallery
2025-11-12 14:17:00 +01:00
..
lib Add expanded and linearMainAxisAlignment options to ButtonGroupM3E for improved layout control 2025-11-12 14:17:00 +01:00
.gitignore Add initial configuration, tokens, and widgets for M3E components 2025-10-21 22:15:15 +02:00
.metadata Refactor NavigationRailM3E to simplify rail types; update badge handling and expand functionality of navigation components. 2025-10-23 14:32:23 +02:00
analysis_options.yaml Add initial configuration, tokens, and widgets for M3E components 2025-10-21 22:15:15 +02:00
pubspec.yaml Refactor theme implementation to use ColorScheme.fromSeed for light and dark themes; update README with usage examples and add widgetbook build configuration. 2025-10-25 22:58:10 +02:00
pubspec_overrides.yaml Refactor theme implementation to use ColorScheme.fromSeed for light and dark themes; update README with usage examples and add widgetbook build configuration. 2025-10-25 22:58:10 +02:00
README.md Add live demo links to READMEs, enable theme switching in Gallery app, and update deployment workflow for web support. 2025-10-23 15:08:13 +02:00

m3e_gallery

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

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, 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:

flutter run -d chrome

Last updated: 2025-10-23