Skip to content

Commit 35f21b8

Browse files
committed
changelogs
1 parent 5bcf490 commit 35f21b8

File tree

7 files changed

+19
-0
lines changed

7 files changed

+19
-0
lines changed

packages/animations/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## NEXT
22

3+
* Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
34
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
45

56
## 2.0.11

packages/camera/camera/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## NEXT
22

3+
* Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
34
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
45
* Updates README to reflect that only Android API 24+ is supported.
56

packages/camera/camera_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
4+
15
## 0.10.10+7
26

37
* Updates minimum supported SDK version to Flutter 3.35.

packages/camera/camera_android_camerax/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
4+
15
## 0.6.23
26

37
* Converts NV21-compatible streamed images to NV21 when requested. In doing so,

packages/camera/camera_avfoundation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
4+
15
## 0.9.21+4
26

37
* Migrates `updateOrientation` and `setCaptureSessionPreset` methods to Swift.

packages/google_sign_in/google_sign_in_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
4+
15
## 1.1.0
26

37
* Adds support for the `clearAuthorizationToken` method.

packages/two_dimensional_scrollables/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## NEXT
22

3+
* Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
34
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
45

56
## 0.3.7

0 commit comments

Comments
 (0)