Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)