diff --git a/packages/css_colors/CHANGELOG.md b/packages/css_colors/CHANGELOG.md index 450cc9f8ef0..3fb69134f34 100644 --- a/packages/css_colors/CHANGELOG.md +++ b/packages/css_colors/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.7 + +* Updates README to indicate that the package has been discontinued. + ## 1.1.6 * Updates README to indicate that this package will be discontinued. diff --git a/packages/css_colors/README.md b/packages/css_colors/README.md index a8f531c92a5..34a85624d56 100644 --- a/packages/css_colors/README.md +++ b/packages/css_colors/README.md @@ -1,9 +1,9 @@ CSS Colors ========== -## To be discontinued +## Discontinued -**This project will be discontinued on April 30, 2025**, and will not receive further updates after that point. Community members interested in collaborating on a community-maintained fork can coordinate in [this issue](https://github.com/flutter/flutter/issues/162962). +**This project has been discontinued**, and will not receive further updates. For community discussion of alternative packages, see [this issue](https://github.com/flutter/flutter/issues/162962). --- diff --git a/packages/css_colors/pubspec.yaml b/packages/css_colors/pubspec.yaml index 0d7568a2f52..15733a2dcb1 100644 --- a/packages/css_colors/pubspec.yaml +++ b/packages/css_colors/pubspec.yaml @@ -2,7 +2,7 @@ name: css_colors description: Defines constant dart:ui Color objects for CSS colors (for use in Flutter code). repository: https://github.com/flutter/packages/tree/main/packages/css_colors issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+css_colors%22 -version: 1.1.6 +version: 1.1.7 environment: sdk: ^3.4.0 diff --git a/packages/flutter_adaptive_scaffold/CHANGELOG.md b/packages/flutter_adaptive_scaffold/CHANGELOG.md index 7452146e7c7..8979e663bec 100644 --- a/packages/flutter_adaptive_scaffold/CHANGELOG.md +++ b/packages/flutter_adaptive_scaffold/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.3+1 + +* Updates README to indicate that the package has been discontinued. + ## 0.3.3 * Adds `navigationRailPadding` padding to `AdaptiveScaffold` for specifying custom padding around the navigation rail. diff --git a/packages/flutter_adaptive_scaffold/README.md b/packages/flutter_adaptive_scaffold/README.md index fe9495037f4..1e04fd5b7f4 100644 --- a/packages/flutter_adaptive_scaffold/README.md +++ b/packages/flutter_adaptive_scaffold/README.md @@ -1,8 +1,8 @@ # Adaptive Scaffold -## To be discontinued +## Discontinued -**This project will be discontinued on April 30, 2025**, and will not receive further updates after that point. Community members interested in collaborating on a community-maintained fork can coordinate in [this issue](https://github.com/flutter/flutter/issues/162965). +**This project has been discontinued**, and will not receive further updates. For community discussion of alternative packages, see [this issue](https://github.com/flutter/flutter/issues/162965). --- diff --git a/packages/flutter_adaptive_scaffold/pubspec.yaml b/packages/flutter_adaptive_scaffold/pubspec.yaml index 2054a4453ba..bd135309d15 100644 --- a/packages/flutter_adaptive_scaffold/pubspec.yaml +++ b/packages/flutter_adaptive_scaffold/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_adaptive_scaffold description: Widgets to easily build adaptive layouts, including navigation elements. -version: 0.3.3 +version: 0.3.3+1 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_adaptive_scaffold%22 repository: https://github.com/flutter/packages/tree/main/packages/flutter_adaptive_scaffold diff --git a/packages/flutter_image/CHANGELOG.md b/packages/flutter_image/CHANGELOG.md index 67e7c21a4fc..c4cc1782647 100644 --- a/packages/flutter_image/CHANGELOG.md +++ b/packages/flutter_image/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.1.13 + +* Updates README to indicate that the package has been discontinued. + ## 4.1.12 * Updates README to indicate that this package will be discontinued. diff --git a/packages/flutter_image/README.md b/packages/flutter_image/README.md index 34be67561b1..217b60b831e 100644 --- a/packages/flutter_image/README.md +++ b/packages/flutter_image/README.md @@ -1,8 +1,8 @@ # Image utilities for Flutter -## To be discontinued +## Discontinued -**This project will be discontinued on April 30, 2025**, and will not receive further updates after that point. Community members interested in collaborating on a community-maintained fork can coordinate in [this issue](https://github.com/flutter/flutter/issues/162964). +**This project has been discontinued**, and will not receive further updates. For community discussion of alternative packages, see [this issue](https://github.com/flutter/flutter/issues/162964). --- diff --git a/packages/flutter_image/pubspec.yaml b/packages/flutter_image/pubspec.yaml index f746bb35a14..437455b8f46 100644 --- a/packages/flutter_image/pubspec.yaml +++ b/packages/flutter_image/pubspec.yaml @@ -3,7 +3,7 @@ description: > Image utilities for Flutter: improved network providers, effects, etc. repository: https://github.com/flutter/packages/tree/main/packages/flutter_image issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_image%22 -version: 4.1.12 +version: 4.1.13 environment: sdk: ^3.4.0 diff --git a/packages/flutter_markdown/CHANGELOG.md b/packages/flutter_markdown/CHANGELOG.md index 3f64591880a..8fd948da180 100644 --- a/packages/flutter_markdown/CHANGELOG.md +++ b/packages/flutter_markdown/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.7+1 + +* Updates README to indicate that the package has been discontinued. + ## 0.7.7 * Introduces `MarkdownImageConfig` for `sizedImageBuilder` builder. diff --git a/packages/flutter_markdown/README.md b/packages/flutter_markdown/README.md index 04f550bb24a..6f70340c161 100644 --- a/packages/flutter_markdown/README.md +++ b/packages/flutter_markdown/README.md @@ -1,9 +1,9 @@ # Flutter Markdown [![pub package](https://img.shields.io/pub/v/flutter_markdown.svg)](https://pub.dartlang.org/packages/flutter_markdown) -## To be discontinued +## Discontinued -**This project will be discontinued on April 30, 2025**, and will not receive further updates after that point. Community members interested in collaborating on a community-maintained fork can coordinate in [this issue](https://github.com/flutter/flutter/issues/162966). +**This project has been discontinued**, and will not receive further updates. For community discussion of alternative packages, see [this issue](https://github.com/flutter/flutter/issues/162966). --- diff --git a/packages/flutter_markdown/pubspec.yaml b/packages/flutter_markdown/pubspec.yaml index 0a1a922ade3..d33bb96dee2 100644 --- a/packages/flutter_markdown/pubspec.yaml +++ b/packages/flutter_markdown/pubspec.yaml @@ -4,7 +4,7 @@ description: A Markdown renderer for Flutter. Create rich text output, formatted with simple Markdown tags. repository: https://github.com/flutter/packages/tree/main/packages/flutter_markdown issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_markdown%22 -version: 0.7.7 +version: 0.7.7+1 environment: sdk: ^3.4.0 diff --git a/packages/ios_platform_images/CHANGELOG.md b/packages/ios_platform_images/CHANGELOG.md index e53065f883e..4b8cb1d7b90 100644 --- a/packages/ios_platform_images/CHANGELOG.md +++ b/packages/ios_platform_images/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.4+4 + +* Updates README to indicate that the package has been discontinued. + ## 0.2.4+3 * Updates README to indicate that this package will be discontinued. diff --git a/packages/ios_platform_images/README.md b/packages/ios_platform_images/README.md index 0c7a464c345..e585a234845 100644 --- a/packages/ios_platform_images/README.md +++ b/packages/ios_platform_images/README.md @@ -1,8 +1,8 @@ # iOS Platform Images -## To be discontinued +## Discontinued -**This project will be discontinued on April 30, 2025**, and will not receive further updates after that point. Community members interested in collaborating on a community-maintained fork can coordinate in [this issue](https://github.com/flutter/flutter/issues/162961). +**This project has been discontinued**, and will not receive further updates. For community discussion of alternative packages, see [this issue](https://github.com/flutter/flutter/issues/162961). --- diff --git a/packages/ios_platform_images/pubspec.yaml b/packages/ios_platform_images/pubspec.yaml index b8965d22a3a..1fa2dd7ef20 100644 --- a/packages/ios_platform_images/pubspec.yaml +++ b/packages/ios_platform_images/pubspec.yaml @@ -2,7 +2,7 @@ name: ios_platform_images description: A plugin to share images between Flutter and iOS in add-to-app setups. repository: https://github.com/flutter/packages/tree/main/packages/ios_platform_images issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+ios_platform_images%22 -version: 0.2.4+3 +version: 0.2.4+4 environment: sdk: ^3.4.0 diff --git a/packages/palette_generator/CHANGELOG.md b/packages/palette_generator/CHANGELOG.md index 81434a51d19..120f9c90d17 100644 --- a/packages/palette_generator/CHANGELOG.md +++ b/packages/palette_generator/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.3+7 + +* Updates README to indicate that the package has been discontinued. + ## 0.3.3+6 * Updates README to indicate that this package will be discontinued. diff --git a/packages/palette_generator/README.md b/packages/palette_generator/README.md index 0e82ba2c159..97e26b8ed86 100644 --- a/packages/palette_generator/README.md +++ b/packages/palette_generator/README.md @@ -2,9 +2,9 @@ [![pub package](https://img.shields.io/pub/v/palette_generator.svg)](https://pub.dartlang.org/packages/palette_generator) -## To be discontinued +## Discontinued -**This project will be discontinued on April 30, 2025**, and will not receive further updates after that point. Community members interested in collaborating on a community-maintained fork can coordinate in [this issue](https://github.com/flutter/flutter/issues/162963). +**This project has been discontinued**, and will not receive further updates. For community discussion of alternative packages, see [this issue](https://github.com/flutter/flutter/issues/162963). --- diff --git a/packages/palette_generator/pubspec.yaml b/packages/palette_generator/pubspec.yaml index a44ba491fc8..f14f39856a8 100644 --- a/packages/palette_generator/pubspec.yaml +++ b/packages/palette_generator/pubspec.yaml @@ -2,7 +2,7 @@ name: palette_generator description: Flutter package for generating palette colors from a source image. repository: https://github.com/flutter/packages/tree/main/packages/palette_generator issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+palette_generator%22 -version: 0.3.3+6 +version: 0.3.3+7 environment: sdk: ^3.4.0