-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[camerax] Update README to encourage users to opt in #6352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
61f143e
4297c92
93f5933
86fd12e
36eeab3
b6a3ec9
cb576f9
1041abe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,11 +2,12 @@ | |
|
|
||
| An Android implementation of [`camera`][1] that uses the [CameraX library][2]. | ||
|
|
||
| *Note*: This package is under development, so please note the | ||
| [missing features and limitations](#limitations), but | ||
| otherwise feel free to try out the current implementation and provide any | ||
| feedback by filing issues under [`flutter/flutter`][5] with `[camerax]` in | ||
| the title, which will be actively triaged. | ||
| *Note*: This implementation will eventually become the default implementation | ||
| of `camera` on Android, so **we strongly encourage you to opt into it** | ||
| by using [the instructions](#usage) below. If any of [the limitations](#limitations) | ||
| prevent you from using `camera_android_camerax` or if you run into any problems, | ||
| please report these issues under [`flutter/flutter`][5] with `[camerax]` in | ||
| the title. | ||
|
|
||
| ## Usage | ||
|
|
||
|
|
@@ -19,7 +20,7 @@ dependency in addition to `camera`: | |
| dependencies: | ||
| # ...along with your other dependencies | ||
| camera: ^0.10.4 | ||
| camera_android_camerax: ^0.5.0 | ||
| camera_android_camerax: ^0.6.0 | ||
|
||
| ``` | ||
|
|
||
| ## Limitations | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small nit: should we be more prescriptive of when we estimate this becomes the default? eventually makes it still seem like it is far off.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed this to "by May" to give us until I/O (though we should try making the breaking change well before then, at least a couple of weeks I'd say). LMK what you think!