Skip to content
Prev Previous commit
Next Next commit
Merge branch 'main' into ci-update-for-3-16
  • Loading branch information
stuartmorgan-g committed Nov 17, 2023
commit fca75dda6287c6a0825291f6d0b29d84207b54f4
3 changes: 2 additions & 1 deletion packages/go_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 12.1.2

* Fixes an incorrect use of `extends` for Dart 3 compatibility.
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.

## 12.1.1
Expand Down
4 changes: 4 additions & 0 deletions packages/pigeon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.

## 13.1.2

* Adds compatibilty with `analyzer` 6.x.

## 13.1.1

* [kotlin] Removes unnecessary `;`s in generated code.
Expand Down
6 changes: 4 additions & 2 deletions packages/plugin_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## NEXT
## 2.1.7

* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
* Changes `MockPlatformInterfaceMixin` to a `mixin class` for better
compatibility with projects that have a minumum Dart SDK version of 3.0.
* Updates minimum supported SDK version to Dart 3.0.

## 2.1.6

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.