# flutter-packages **Repository Path**: depth0/flutter-packages ## Basic Information - **Project Name**: flutter-packages - **Description**: No description available - **Primary Language**: Dart - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-19 - **Last Updated**: 2025-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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) | | [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) |