Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/material-components/material-components-flutter
Modular and customizable Material Design UI components for Flutter
https://github.com/material-components/material-components-flutter
flutter material material-components material-design
Last synced: about 2 months ago
JSON representation
Modular and customizable Material Design UI components for Flutter
- Host: GitHub
- URL: https://github.com/material-components/material-components-flutter
- Owner: material-components
- License: other
- Archived: true
- Created: 2018-02-26T23:36:41.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-24T13:21:55.000Z (over 2 years ago)
- Last Synced: 2024-08-01T12:25:20.268Z (5 months ago)
- Topics: flutter, material, material-components, material-design
- Language: Dart
- Homepage:
- Size: 26.5 MB
- Stars: 896
- Watchers: 55
- Forks: 183
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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)