Skip to content

Commit

Permalink
[animations] Bump minimum supported Dart version to 3.2 (#5598)
Browse files Browse the repository at this point in the history
Bumps minimum supported Dart version to 3.2 to fix CI issues with #5596. Also adds CHANGELOG entry I missed before :/
  • Loading branch information
camsim99 authored Dec 7, 2023
1 parent c704824 commit c0b30f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/animations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.10

* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.

## 2.0.9

* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
Expand Down
4 changes: 2 additions & 2 deletions packages/animations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"

dependencies:
Expand Down

0 comments on commit c0b30f1

Please sign in to comment.