-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[camera] Add API support query for image streaming (app-facing) #8422
base: main
Are you sure you want to change the base?
Conversation
@@ -2,6 +2,7 @@ | |||
|
|||
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4. | |||
* Updates example to dispose animation controllers and curved animations. | |||
* Adds API support query for image streaming. |
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.
Since this adds a new method (supportsImageStreaming()
), this should be a minor bump to 0.11.1
. Also, this should also be moved to be listed first since its the meaningful change of the version bump.
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, thanks.
529b786
to
5b83416
Compare
Bring the minimums match those in `camera_android_camerax`.
a81f8df
to
d8cb479
Compare
Updated minimum Flutter/Dart SDK requirements due to the update in #8384. |
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.
LGTM
@bparrishMines Once you re-review this should be good to autosubmit
.
Final step for introducing the
supportsImageStreaming
query method. Expose it throughCameraController
.Previous steps:
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.md
to add a description of the change, following repository CHANGELOG style, or this PR is exempt from CHANGELOG changes.///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.