Material Design for Flutter
Material Design is an open-source design system built and supported by Google designers and developers.
The latest version, Material 3, enables personal, adaptive, and expressive experiences—from dynamic color and enhanced accessibility, to foundations for large screen layouts, and design tokens.
For most Flutter widgets, upgrading to Material 3
is seamless. But some widgets couldn't be
updated—entirely new implementations were needed,
such as NavigationBar
.
You must make these changes to your code manually.
Until your app is entirely updated,
the UI might look or act a bit strange.
You can find the entirely new Material components by
visiting the Affected widgets page.
Explore the updated components, typography, color system, and elevation support with the interactive Material 3 demo:
More information
#To learn more about Material Design and Flutter, check out:
- Material.io developer documentation
- Migrating a Flutter app to Material 3 blog post by Taha Tesser
- Umbrella issue on GitHub
除非另有说明,本文档之所提及适用于 Flutter 的最新稳定版本,本页面最后更新时间: 2024-04-04。 查看文档源码 或者 为本页面内容提出建议。