Skip to content

Commit 02a110b

Browse files
[various] Update READMEs of discontinued packages (flutter#9203)
Updates the READMEs of the packages that are being discontinued to indicate that they are now discontinued. The source will be removed in a follow-up PR. See flutter/flutter#162960 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent e064b04 commit 02a110b

File tree

18 files changed

+42
-18
lines changed

18 files changed

+42
-18
lines changed

packages/css_colors/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.7
2+
3+
* Updates README to indicate that the package has been discontinued.
4+
15
## 1.1.6
26

37
* Updates README to indicate that this package will be discontinued.

packages/css_colors/README.md

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

4-
## To be discontinued
4+
## Discontinued
55

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).
6+
**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).
77

88
---
99

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.6
5+
version: 1.1.7
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.3+1
2+
3+
* Updates README to indicate that the package has been discontinued.
4+
15
## 0.3.3
26

37
* Adds `navigationRailPadding` padding to `AdaptiveScaffold` for specifying custom padding around the navigation rail.

packages/flutter_adaptive_scaffold/README.md

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

3-
## To be discontinued
3+
## Discontinued
44

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).
5+
**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).
66

77
---
88

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.3
3+
version: 0.3.3+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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.13
2+
3+
* Updates README to indicate that the package has been discontinued.
4+
15
## 4.1.12
26

37
* Updates README to indicate that this package will be discontinued.

packages/flutter_image/README.md

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

3-
## To be discontinued
3+
## Discontinued
44

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).
5+
**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).
66

77
---
88

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.12
6+
version: 4.1.13
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.7+1
2+
3+
* Updates README to indicate that the package has been discontinued.
4+
15
## 0.7.7
26

37
* Introduces `MarkdownImageConfig` for `sizedImageBuilder` builder.

0 commit comments

Comments
 (0)