Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T02:06:13.000Z (22 days ago)
- Last Synced: 2024-10-29T22:00:44.283Z (7 days ago)
- Topics: flutter, flutter-package
- Language: Dart
- Homepage: https://pub.dev/publishers/material.io
- Size: 36.2 MB
- Stars: 837
- Watchers: 17
- Forks: 156
- Open Issues: 55
-
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 |
|--------|-----|--------|---------------|---|
| [google\_fonts](./packages/google_fonts/) | [![pub package](https://img.shields.io/pub/v/google_fonts.svg)](https://pub.dev/packages/google_fonts) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20google_fonts?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20google_fonts) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20google_fonts?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+google_fonts%22) | [Example](https://material-foundation.github.io/flutter-packages/google_fonts) |
| [dynamic\_color](./packages/dynamic_color/) | [![pub package](https://img.shields.io/pub/v/dynamic_color.svg)](https://pub.dev/packages/dynamic_color) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20dynamic_color?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20dynamic_color) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20dynamic_color?label=)](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) | [![pub package](https://img.shields.io/pub/v/animations.svg)](https://pub.dev/packages/animations) | [![GitHub issues by-label](https://img.shields.io/github/issues/flutter/flutter/p:%20animations?label=)](https://github.com/flutter/flutter/labels/p%3A%20animations) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/flutter/packages/p:%20animations?label=)](https://github.com/flutter/packages/labels/p%3A%20animations) |
| [flutter_adaptive_scaffold](https://github.com/flutter/packages/tree/main/packages/flutter_adaptive_scaffold) | [![pub package](https://img.shields.io/pub/v/flutter_adaptive_scaffold.svg)](https://pub.dev/packages/flutter_adaptive_scaffold) | [![GitHub issues by-label](https://img.shields.io/github/issues/flutter/flutter/p:%20flutter_adaptive_scaffold?label=)](https://github.com/flutter/flutter/labels/p%3A%20flutter_adaptive_scaffold) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/flutter/packages/p:%20flutter_adaptive_scaffold?label=)](https://github.com/flutter/packages/labels/p%3A%20flutter_adaptive_scaffold) |
| [material\_color\_utilities](https://github.com/material-foundation/material-color-utilities/tree/main/dart) | [![pub package](https://img.shields.io/pub/v/material_color_utilities.svg)](https://pub.dev/packages/material_color_utilities) | [![GitHub issues](https://img.shields.io/github/issues/material-foundation/flutter-packages?label=)](https://github.com/material-foundation/material-color-utilities/issues) | [![GitHub pull requests](https://img.shields.io/github/issues-pr/material-foundation/material-color-utilities?label=)](https://github.com/material-foundation/material-color-utilities/pulls) |
| [material\_symbols\_icons](https://github.com/timmaffett/material_symbols_icons) | [![pub package](https://img.shields.io/pub/v/material_symbols_icons.svg)](https://pub.dev/packages/material_symbols_icons) | [![GitHub issues](https://img.shields.io/github/issues/timmaffett/material_symbols_icons?label=)](https://github.com/timmaffett/material_symbols_icons/issues) | [![GitHub pull requests](https://img.shields.io/github/issues-pr/timmaffett/material_symbols_icons?label=)](https://github.com/timmaffett/material_symbols_icons/issues) |