Skip to content

Commit c0b30f1

Browse files
authored
[animations] Bump minimum supported Dart version to 3.2 (#5598)
Bumps minimum supported Dart version to 3.2 to fix CI issues with #5596. Also adds CHANGELOG entry I missed before :/
1 parent c704824 commit c0b30f1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/animations/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.10
2+
3+
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
4+
15
## 2.0.9
26

37
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.

packages/animations/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: animations
22
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
33
repository: https://github.com/flutter/packages/tree/main/packages/animations
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+animations%22
5-
version: 2.0.9
5+
version: 2.0.10
66

77
environment:
8-
sdk: ">=3.1.0 <4.0.0"
8+
sdk: ">=3.2.0 <4.0.0"
99
flutter: ">=3.16.0"
1010

1111
dependencies:

0 commit comments

Comments
 (0)