You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/material_3_demo
Qun Cheng 649e0e4db9
Update `ColorScheme` to show the newly added color roles (#2299)
1 month ago
..
android Updating samples Dart sdk to the last stable version (#2209) 3 months ago
integration_test Improvements to M3 demo app (#1647) 1 year ago
ios Rebuild runners (#1725) 1 year ago
lib Update `ColorScheme` to show the newly added color roles (#2299) 1 month ago
linux Rebuild runners (#1725) 1 year ago
macos Update for Flutter 3.10 beta (#1746) 1 year ago
test Update `ColorScheme` to show the newly added color roles (#2299) 1 month ago
web Bump deps and min SDKs, move web apps to new bootstrapping logic (#2292) 1 month ago
windows Rebuild runners (#1725) 1 year ago
.gitignore Bump deps and min SDKs, move web apps to new bootstrapping logic (#2292) 1 month ago
.metadata Rebuild runners (#1725) 1 year ago
README.md Flutter 3.7.0 (#1556) 1 year ago
analysis_options.yaml Create `analysis_defaults` package (#1654) 1 year ago
pubspec.yaml Bump deps and min SDKs, move web apps to new bootstrapping logic (#2292) 1 month ago

README.md

Material 3 Demo

This sample Flutter app showcases Material 3 features in the Flutter Material library. These features include updated components, typography, color system and elevation support. The app supports light and dark themes, different color palettes, as well as the ability to switch between Material 2 and Material 3. For more information about Material 3, the guidance is now live at https://m3.material.io/.

This app also includes new M3 components such as IconButtons, Chips, TextFields, Switches, Checkboxes, Radio buttons and ProgressIndicators.

Preview

Screen Shot 2022-08-12 at 12 00 28 PMScreen Shot 2022-08-12 at 12 00 38 PM

Features

Icon Buttons on the Top App Bar

Users can switch between a light or dark theme with this button.

Users can switch between Material 2 and Material 3 for the displayed components with this button.

This button will bring up a pop-up menu that allows the user to change the base color used for the light and dark themes. This uses a new color seed feature to generate entire color schemes from a single color.

Component Screen

The default screen displays all the updated components in Material 3: AppBar, common Buttons, Floating Action Button(FAB), Chips, Card, Checkbox, Dialog, NavigationBar, NavigationRail, ProgressIndicators, Radio buttons, TextFields and Switch.

Adaptive Layout

Based on the fact that NavigationRail is not recommended on a small screen, the app changes its layout based on the screen width. If it's played on iOS or Android devices which have a narrow screen, a Navigation Bar will show at the bottom and will be used to navigate. But if it's played as a desktop or a web app, a Navigation Rail will show on the left side and at the same time, a Navigation Bar will show as an example but will not have any functionality.

Users can see both layouts on one device by running a desktop app and adjusting the screen width.

Color Screen

With Material 3, we have added support for generating a full color scheme from a single seed color. The Color Screen shows users all of the colors in light and dark color palettes that are generated from the currently selected color.

Typography Screen

The Typography Screen displays the text styles used in for the default TextTheme.

Elevation Screen

The Elevation screen shows different ways of elevation with a new supported feature "surfaceTintColor" in the Material library.