File tree 3 files changed +12
-2
lines changed
packages/camera/camera_android 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 0.10.8+17
2
2
3
3
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
4
4
* Updates compileSdk version to 34.
5
+ * Updates ` README.md ` to encourage developers to opt into ` camera_android_camerax ` .
5
6
6
7
## 0.10.8+16
7
8
Original file line number Diff line number Diff line change 2
2
3
3
The Android implementation of [ ` camera ` ] [ 1 ] .
4
4
5
+ * Note* : [ ` camera_android_camerax ` ] [ 3 ] will become the default implementation of
6
+ ` camera ` on Android by May 2024, so ** we strongly encourage you to opt into it**
7
+ by using [ these instructions] [ 4 ] . If any [ limitations] [ 5 ] of ` camera_android_camerax `
8
+ prevent you from using it or if you run into any problems, please report these
9
+ issues under [ ` flutter/flutter ` ] [ 5 ] with ` [camerax] ` in the title.
10
+
5
11
## Usage
6
12
7
13
This package is [ endorsed] [ 2 ] , which means you can simply use ` camera `
@@ -13,3 +19,6 @@ should add it to your `pubspec.yaml` as usual.
13
19
14
20
[ 1 ] : https://pub.dev/packages/camera
15
21
[ 2 ] : https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin
22
+ [ 3 ] : https://pub.dev/packages/camera_android_camerax
23
+ [ 4 ] : https://pub.dev/packages/camera_android_camerax#usage
24
+ [ 5 ] : https://pub.dev/packages/camera_android_camerax#limitations
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.8+16
6
+ version : 0.10.8+17
7
7
8
8
environment :
9
9
sdk : ^3.1.0
You can’t perform that action at this time.
0 commit comments