We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c704824 commit c0b30f1Copy full SHA for c0b30f1
packages/animations/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.0.10
2
+
3
+* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
4
5
## 2.0.9
6
7
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
packages/animations/pubspec.yaml
@@ -2,10 +2,10 @@ name: animations
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
repository: https://github.com/flutter/packages/tree/main/packages/animations
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+animations%22
-version: 2.0.9
+version: 2.0.10
environment:
8
- sdk: ">=3.1.0 <4.0.0"
+ sdk: ">=3.2.0 <4.0.0"
9
flutter: ">=3.16.0"
10
11
dependencies:
0 commit comments