Skip to content

Commit

Permalink
[various] Add deprecation notices to READMEs (#8598)
Browse files Browse the repository at this point in the history
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 flutter/flutter#162960
  • Loading branch information
stuartmorgan authored Feb 10, 2025
1 parent 0566371 commit 1023443
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 9 deletions.
3 changes: 2 additions & 1 deletion packages/css_colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions packages/css_colors/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/css_colors/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_adaptive_scaffold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter_adaptive_scaffold/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_adaptive_scaffold/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion packages/flutter_image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter_image/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_image/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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()`.
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_markdown/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_markdown/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions packages/ios_platform_images/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
6 changes: 6 additions & 0 deletions packages/ios_platform_images/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ios_platform_images/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion packages/palette_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions packages/palette_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion packages/palette_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1023443

Please sign in to comment.