Material Components for Flutter (MDC-Flutter) helps developers execute Material Design. Developed by a core team of engineers and UX designers at Google, these components enable a reliable development workflow to build beautiful and functional Android and iOS apps. Learn more about how Material Components for Flutter supports design and usability best practices across platforms in the Flutter Material Catalog.
All Material Components for Flutter can be found in the Flutter repository.
Material Components is included by default in Flutter's packages. To add access to MDC widgets in a file, simply import
the material.dart
file.
import 'package:flutter/material.dart';
- Flutter.dev (external site)
- Flutter Repo
- Material.io (external site)
- Material Design Guidelines (external site)