# material-components-flutter **Repository Path**: minicoderx/material-components-flutter ## Basic Information - **Project Name**: material-components-flutter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-17 - **Last Updated**: 2023-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Material Components for Flutter Material Components for Flutter (MDC-Flutter) helps developers execute [Material Design](https://www.material.io). 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](https://flutter.dev/docs/development/ui/widgets/material). ## MDC-Flutter Source Code All Material Components for Flutter can be found in the [Flutter repository](https://github.com/flutter/flutter/tree/master/packages/flutter/lib/src/material). ## 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. ``` dart import 'package:flutter/material.dart'; ``` ## Useful Links - [Flutter.dev](https://flutter.dev) (external site) - [Flutter Repo](https://github.com/flutter/flutter) - [Material.io](https://www.material.io) (external site) - [Material Design Guidelines](https://material.io/guidelines) (external site)