From 4c8ab57628db6e65e6d7f9590d79573573b58e80 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Mon, 10 Feb 2025 11:03:45 -0500 Subject: [PATCH] [various] Add deprecation notices to READMEs Updates the READMEs for packages slated for deprecation on April 30, 2025 to indicate that they will be deprecated, and to link to the issue coordinating discussion about possible community ownership. See https://github.com/flutter/flutter/issues/162960 --- packages/css_colors/CHANGELOG.md | 3 ++- packages/css_colors/README.md | 6 ++++++ packages/css_colors/pubspec.yaml | 2 +- packages/flutter_adaptive_scaffold/CHANGELOG.md | 4 ++++ packages/flutter_adaptive_scaffold/README.md | 6 ++++++ packages/flutter_adaptive_scaffold/pubspec.yaml | 2 +- packages/flutter_image/CHANGELOG.md | 3 ++- packages/flutter_image/README.md | 6 ++++++ packages/flutter_image/pubspec.yaml | 2 +- packages/flutter_markdown/CHANGELOG.md | 4 ++++ packages/flutter_markdown/README.md | 5 +++++ packages/flutter_markdown/pubspec.yaml | 2 +- packages/ios_platform_images/CHANGELOG.md | 4 ++++ packages/ios_platform_images/README.md | 6 ++++++ packages/ios_platform_images/pubspec.yaml | 2 +- packages/palette_generator/CHANGELOG.md | 3 ++- packages/palette_generator/README.md | 6 ++++++ packages/palette_generator/pubspec.yaml | 2 +- 18 files changed, 59 insertions(+), 9 deletions(-) diff --git a/packages/css_colors/CHANGELOG.md b/packages/css_colors/CHANGELOG.md index 04926b3de95..450cc9f8ef0 100644 --- a/packages/css_colors/CHANGELOG.md +++ b/packages/css_colors/CHANGELOG.md @@ -1,5 +1,6 @@ -## NEXT +## 1.1.6 +* Updates README to indicate that this package will be discontinued. * Updates minimum supported SDK version to Flutter 3.22/Dart 3.4. ## 1.1.5 diff --git a/packages/css_colors/README.md b/packages/css_colors/README.md index fba6306e331..a8f531c92a5 100644 --- a/packages/css_colors/README.md +++ b/packages/css_colors/README.md @@ -1,6 +1,12 @@ CSS Colors ========== +## To be 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 package defines color constants for the CSS colors. These color constants use the [Color](https://api.flutter.dev/flutter/dart-ui/Color-class.html) class from `dart:ui`, which means they're useful for Flutter apps. diff --git a/packages/css_colors/pubspec.yaml b/packages/css_colors/pubspec.yaml index 368bd89b954..0d7568a2f52 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.5 +version: 1.1.6 environment: sdk: ^3.4.0 diff --git a/packages/flutter_adaptive_scaffold/CHANGELOG.md b/packages/flutter_adaptive_scaffold/CHANGELOG.md index 69ffdcd0a51..6485408a584 100644 --- a/packages/flutter_adaptive_scaffold/CHANGELOG.md +++ b/packages/flutter_adaptive_scaffold/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.1+1 + +* Updates README to indicate that this package will be discontinued. + ## 0.3.1 * Use improved MediaQuery methods. diff --git a/packages/flutter_adaptive_scaffold/README.md b/packages/flutter_adaptive_scaffold/README.md index 45fa01a241c..fe9495037f4 100644 --- a/packages/flutter_adaptive_scaffold/README.md +++ b/packages/flutter_adaptive_scaffold/README.md @@ -1,5 +1,11 @@ # Adaptive Scaffold +## To be 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). + +--- + `AdaptiveScaffold` reacts to input from users, devices and screen elements and renders your Flutter application according to the [Material 3](https://m3.material.io/foundations/adaptive-design/overview) diff --git a/packages/flutter_adaptive_scaffold/pubspec.yaml b/packages/flutter_adaptive_scaffold/pubspec.yaml index 258d9bcc6a7..c4c76c86a4c 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.1 +version: 0.3.1+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 225f9ce71ff..67e7c21a4fc 100644 --- a/packages/flutter_image/CHANGELOG.md +++ b/packages/flutter_image/CHANGELOG.md @@ -1,5 +1,6 @@ -## NEXT +## 4.1.12 +* Updates README to indicate that this package will be discontinued. * Updates minimum supported SDK version to Flutter 3.22/Dart 3.4. ## 4.1.11 diff --git a/packages/flutter_image/README.md b/packages/flutter_image/README.md index 11529c14688..34be67561b1 100644 --- a/packages/flutter_image/README.md +++ b/packages/flutter_image/README.md @@ -1,5 +1,11 @@ # Image utilities for Flutter +## To be 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). + +--- + ## NetworkImageWithRetry Use `NetworkImageWithRetry` instead of `Image.network` to load images from the diff --git a/packages/flutter_image/pubspec.yaml b/packages/flutter_image/pubspec.yaml index 458d2506a69..f746bb35a14 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.11 +version: 4.1.12 environment: sdk: ^3.4.0 diff --git a/packages/flutter_markdown/CHANGELOG.md b/packages/flutter_markdown/CHANGELOG.md index c710c57d401..a213b77ee52 100644 --- a/packages/flutter_markdown/CHANGELOG.md +++ b/packages/flutter_markdown/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.6+2 + +* Updates README to indicate that this package will be discontinued. + ## 0.7.6+1 * Adds horizontal scrolling for table when using `tableColumnWidth: IntrinsicColumnWidth()`. diff --git a/packages/flutter_markdown/README.md b/packages/flutter_markdown/README.md index 93cc6f50b8c..04f550bb24a 100644 --- a/packages/flutter_markdown/README.md +++ b/packages/flutter_markdown/README.md @@ -1,6 +1,11 @@ # Flutter Markdown [![pub package](https://img.shields.io/pub/v/flutter_markdown.svg)](https://pub.dartlang.org/packages/flutter_markdown) +## To be 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). + +--- A markdown renderer for Flutter. It supports the [original format](https://daringfireball.net/projects/markdown/), but no inline diff --git a/packages/flutter_markdown/pubspec.yaml b/packages/flutter_markdown/pubspec.yaml index 5ee9cdd10af..1aebfd3aab4 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.6+1 +version: 0.7.6+2 environment: sdk: ^3.4.0 diff --git a/packages/ios_platform_images/CHANGELOG.md b/packages/ios_platform_images/CHANGELOG.md index 0574773eb0e..e53065f883e 100644 --- a/packages/ios_platform_images/CHANGELOG.md +++ b/packages/ios_platform_images/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.4+3 + +* Updates README to indicate that this package will be discontinued. + ## 0.2.4+2 * Replaces usage of deprecated `loadBuffer`. diff --git a/packages/ios_platform_images/README.md b/packages/ios_platform_images/README.md index 738c14f34b7..0c7a464c345 100644 --- a/packages/ios_platform_images/README.md +++ b/packages/ios_platform_images/README.md @@ -1,5 +1,11 @@ # iOS Platform Images +## To be 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). + +--- + A Flutter plugin to share images between Flutter and iOS. This allows Flutter to load images from Images.xcassets and iOS code to load diff --git a/packages/ios_platform_images/pubspec.yaml b/packages/ios_platform_images/pubspec.yaml index a043c94f1ec..b8965d22a3a 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+2 +version: 0.2.4+3 environment: sdk: ^3.4.0 diff --git a/packages/palette_generator/CHANGELOG.md b/packages/palette_generator/CHANGELOG.md index a1f7ccf282a..81434a51d19 100644 --- a/packages/palette_generator/CHANGELOG.md +++ b/packages/palette_generator/CHANGELOG.md @@ -1,5 +1,6 @@ -## NEXT +## 0.3.3+6 +* Updates README to indicate that this package will be discontinued. * Updates minimum supported SDK version to Flutter 3.22/Dart 3.4. ## 0.3.3+5 diff --git a/packages/palette_generator/README.md b/packages/palette_generator/README.md index 4cf11c0486f..0e82ba2c159 100644 --- a/packages/palette_generator/README.md +++ b/packages/palette_generator/README.md @@ -2,6 +2,12 @@ [![pub package](https://img.shields.io/pub/v/palette_generator.svg)](https://pub.dartlang.org/packages/palette_generator) +## To be 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). + +--- + A Flutter package to extract prominent colors from an Image, typically used to find colors for a user interface. diff --git a/packages/palette_generator/pubspec.yaml b/packages/palette_generator/pubspec.yaml index e43844311d9..a44ba491fc8 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+5 +version: 0.3.3+6 environment: sdk: ^3.4.0