File tree Expand file tree Collapse file tree 10 files changed +20
-5
lines changed
two_dimensional_scrollables Expand file tree Collapse file tree 10 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
## NEXT
2
2
3
+ * Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
3
4
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
4
5
5
6
## 2.0.11
Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 0.11.2+1
2
2
3
+ * Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
3
4
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
4
5
* Updates README to reflect that only Android API 24+ is supported.
5
6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Flutter plugin for controlling the camera. Supports previewing
4
4
Dart.
5
5
repository : https://github.com/flutter/packages/tree/main/packages/camera/camera
6
6
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
7
- version : 0.11.2
7
+ version : 0.11.2+1
8
8
9
9
environment :
10
10
sdk : ^3.7.0
Original file line number Diff line number Diff line change
1
+ ## 0.10.10+8
2
+
3
+ * Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
4
+
1
5
## 0.10.10+7
2
6
3
7
* Updates minimum supported SDK version to Flutter 3.35.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Android implementation of the camera plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/camera/camera_android
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5
5
6
- version : 0.10.10+7
6
+ version : 0.10.10+8
7
7
8
8
environment :
9
9
sdk : ^3.9.0
Original file line number Diff line number Diff line change
1
+ ## 0.6.23+1
2
+
3
+ * Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
4
+
1
5
## 0.6.23
2
6
3
7
* Converts NV21-compatible streamed images to NV21 when requested. In doing so,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: camera_android_camerax
2
2
description : Android implementation of the camera plugin using the CameraX library.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5
- version : 0.6.23
5
+ version : 0.6.23+1
6
6
7
7
environment :
8
8
sdk : ^3.8.1
Original file line number Diff line number Diff line change
1
+ ## 0.9.21+5
2
+
3
+ * Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
4
+
1
5
## 0.9.21+4
2
6
3
7
* Migrates ` updateOrientation ` and ` setCaptureSessionPreset ` methods to Swift.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: camera_avfoundation
2
2
description : iOS implementation of the camera plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/camera/camera_avfoundation
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5
- version : 0.9.21+4
5
+ version : 0.9.21+5
6
6
7
7
environment :
8
8
sdk : ^3.9.0
Original file line number Diff line number Diff line change 1
1
## NEXT
2
2
3
+ * Updated examples to use the new RadioGroup API instead of deprecated Radio parameters.
3
4
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
4
5
5
6
## 0.3.7
You can’t perform that action at this time.
0 commit comments