Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Modular and customizable Material Design UI components for Flutter

License

Notifications You must be signed in to change notification settings

material-components/material-components-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

88477d2 · Feb 10, 2022

History

55 Commits
Feb 10, 2022
Mar 13, 2018
Nov 4, 2020
May 17, 2021
Jan 25, 2021
Mar 6, 2018
Mar 6, 2018
Mar 9, 2021
Mar 6, 2018
May 17, 2021
Mar 6, 2018
Jan 25, 2021
May 17, 2021

Repository files navigation

Material Components for Flutter

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.

MDC-Flutter Source Code

All Material Components for Flutter can be found in the Flutter repository.

Usage

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';

Useful Links