Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

liff
Copy link
Contributor

@liff liff commented Jan 13, 2025

Final step for introducing the supportsImageStreaming query method. Expose it through CameraController.

Previous steps:

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@@ -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.
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed, thanks.

@liff liff force-pushed the supportsImageStreaming+app-facing branch from 529b786 to 5b83416 Compare January 14, 2025 19:47
@liff liff requested a review from bparrishMines January 14, 2025 19:48
@liff liff force-pushed the supportsImageStreaming+app-facing branch from a81f8df to d8cb479 Compare January 14, 2025 20:04
@liff
Copy link
Contributor Author

liff commented Jan 14, 2025

Updated minimum Flutter/Dart SDK requirements due to the update in #8384.

Copy link
Contributor

@stuartmorgan stuartmorgan left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants