From eee6580d1c87a8a73ccda54017cce2cc9e3e44f4 Mon Sep 17 00:00:00 2001 From: Pierre-Louis <6655696+guidezpl@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:12:07 +0100 Subject: [PATCH] Cleanup README Remove discontinued packages and point to `material_symbols_icons` --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index abbfc110..bae8e753 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ This repo contains the source code for packages developed by the Material Flutte |--------|-----|--------|---------------|---| | [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) | -| [adaptive\_breakpoints](./packages/adaptive_breakpoints/) | [![pub package](https://img.shields.io/pub/v/adaptive_breakpoints.svg)](https://pub.dev/packages/adaptive_breakpoints) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20adaptive_breakpoints?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20adaptive_breakpoints) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20adaptive_breakpoints?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+adaptive_breakpoints%22) | [Example](https://material-foundation.github.io/flutter-packages/adaptive_breakpoints) | -| [adaptive\_navigation](./packages/adaptive_navigation/) | [![pub package](https://img.shields.io/pub/v/adaptive_navigation.svg)](https://pub.dev/packages/adaptive_navigation) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20adaptive_navigation?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20adaptive_navigation) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20adaptive_navigation?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+adaptive_navigation%22) | [Example](https://material-foundation.github.io/flutter-packages/adaptive_navigation) | -| [adaptive\_components](./packages/adaptive_components/) | [![pub package](https://img.shields.io/pub/v/adaptive_components.svg)](https://pub.dev/packages/adaptive_components) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20adaptive_components?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20adaptive_components) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20adaptive_components?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+adaptive_components%22) | [Example](https://material-foundation.github.io/flutter-packages/adaptive_components) | -| [symbols](./packages/symbols/) | [![pub package](https://img.shields.io/pub/v/symbols.svg)](https://pub.dev/packages/symbols) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20symbols?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20symbols) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20symbols?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+symbols%22) | | ## Issues @@ -33,3 +29,4 @@ The following packages' source code exists in other repositories. | [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) |