Skip to content

Commit 1023443

Browse files
[various] Add deprecation notices to READMEs (#8598)
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
1 parent 0566371 commit 1023443

File tree

18 files changed

+59
-9
lines changed

18 files changed

+59
-9
lines changed

packages/css_colors/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 1.1.6
22

3+
* Updates README to indicate that this package will be discontinued.
34
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
45

56
## 1.1.5

packages/css_colors/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CSS Colors
22
==========
33

4+
## To be discontinued
5+
6+
**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).
7+
8+
---
9+
410
This package defines color constants for the CSS colors. These color constants
511
use the [Color](https://api.flutter.dev/flutter/dart-ui/Color-class.html) class
612
from `dart:ui`, which means they're useful for Flutter apps.

packages/css_colors/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: css_colors
22
description: Defines constant dart:ui Color objects for CSS colors (for use in Flutter code).
33
repository: https://github.com/flutter/packages/tree/main/packages/css_colors
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+css_colors%22
5-
version: 1.1.5
5+
version: 1.1.6
66

77
environment:
88
sdk: ^3.4.0

packages/flutter_adaptive_scaffold/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.1+1
2+
3+
* Updates README to indicate that this package will be discontinued.
4+
15
## 0.3.1
26

37
* Use improved MediaQuery methods.

packages/flutter_adaptive_scaffold/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Adaptive Scaffold
22

3+
## To be discontinued
4+
5+
**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).
6+
7+
---
8+
39
`AdaptiveScaffold` reacts to input from users, devices and screen elements and
410
renders your Flutter application according to the
511
[Material 3](https://m3.material.io/foundations/adaptive-design/overview)

packages/flutter_adaptive_scaffold/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_adaptive_scaffold
22
description: Widgets to easily build adaptive layouts, including navigation elements.
3-
version: 0.3.1
3+
version: 0.3.1+1
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_adaptive_scaffold%22
55
repository: https://github.com/flutter/packages/tree/main/packages/flutter_adaptive_scaffold
66

packages/flutter_image/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 4.1.12
22

3+
* Updates README to indicate that this package will be discontinued.
34
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
45

56
## 4.1.11

packages/flutter_image/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Image utilities for Flutter
22

3+
## To be discontinued
4+
5+
**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).
6+
7+
---
8+
39
## NetworkImageWithRetry
410

511
Use `NetworkImageWithRetry` instead of `Image.network` to load images from the

packages/flutter_image/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >
33
Image utilities for Flutter: improved network providers, effects, etc.
44
repository: https://github.com/flutter/packages/tree/main/packages/flutter_image
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_image%22
6-
version: 4.1.11
6+
version: 4.1.12
77

88
environment:
99
sdk: ^3.4.0

packages/flutter_markdown/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.6+2
2+
3+
* Updates README to indicate that this package will be discontinued.
4+
15
## 0.7.6+1
26

37
* Adds horizontal scrolling for table when using `tableColumnWidth: IntrinsicColumnWidth()`.

0 commit comments

Comments
 (0)