https://github.com/material-foundation/flutter-packages
A collection of useful Material Design packages
https://github.com/material-foundation/flutter-packages
flutter flutter-package
Last synced: 8 months ago
JSON representation
A collection of useful Material Design packages
- Host: GitHub
- URL: https://github.com/material-foundation/flutter-packages
- Owner: material-foundation
- License: apache-2.0
- Created: 2019-12-10T17:04:33.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-08-28T07:14:49.000Z (9 months ago)
- Last Synced: 2025-09-22T00:53:00.174Z (8 months ago)
- Topics: flutter, flutter-package
- Language: Dart
- Homepage: https://pub.dev/publishers/material.io
- Size: 36.1 MB
- Stars: 861
- Watchers: 15
- Forks: 167
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Material Design pub packages
This repo contains the source code for packages originally developed by the Material Flutter team.
| Package | Pub | Issues | Pull requests | Example |
|--------|-----|--------|---------------|---|
| [dynamic\_color](./packages/dynamic_color/) | [](https://pub.dev/packages/dynamic_color) | [](https://github.com/material-foundation/flutter-packages/labels/p%3A%20dynamic_color) | [](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+dynamic_color%22) | [Example](https://material-foundation.github.io/flutter-packages/dynamic_color) |
## Issues
Please file bug reports and suggest enhancements [here](https://github.com/material-foundation/flutter-packages/issues/new/choose).
## Contributing
If you wish to contribute a change to any of the existing packages in this repo,
please review our [contribution guide](https://github.com/material-foundation/flutter-packages/blob/main/CONTRIBUTING.md).
If you wish to contribute a new package to the Flutter ecosystem, please
see the documentation for [developing packages](https://docs.flutter.dev/development/packages-and-plugins/developing-packages).
## Other Material Design packages
The following packages' source code exists in other repositories.
| Package | Pub | Issues | Pull requests |
|--------|-----|--------|---------------|
| [animations](https://github.com/flutter/packages/tree/main/packages/animations) | [](https://pub.dev/packages/animations) | [](https://github.com/flutter/flutter/labels/p%3A%20animations) | [](https://github.com/flutter/packages/labels/p%3A%20animations) |
| [google\_fonts](https://github.com/flutter/packages/tree/main/packages/google_fonts) | [](https://pub.dev/packages/google_fonts) | [](https://github.com/flutter/flutter/labels/p%3A%20google_fonts) | [](https://github.com/flutter/flutter/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+google_fonts%22) |
| [material\_color\_utilities](https://github.com/material-foundation/material-color-utilities/tree/main/dart) | [](https://pub.dev/packages/material_color_utilities) | [](https://github.com/material-foundation/material-color-utilities/issues) | [](https://github.com/material-foundation/material-color-utilities/pulls) |
| [material\_symbols\_icons](https://github.com/timmaffett/material_symbols_icons) | [](https://pub.dev/packages/material_symbols_icons) | [](https://github.com/timmaffett/material_symbols_icons/issues) | [](https://github.com/timmaffett/material_symbols_icons/issues) |