-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(camera_web): add camera with options to play, stop and take a picture #3
Conversation
..append(videoElement); | ||
|
||
// ignore: avoid_dynamic_calls | ||
ui.platformViewRegistry.registerViewFactory( |
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.
Now that you have all these... Wouldn't it be super easy to add an initial version of buildPreview
?
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.
True! Could be one of the next PRs.
Closing, moved to flutter/plugins#4168. |
Description
CameraException
with appropriate error codes rather than introducing new exception types as here. This is to stay consistent with the current camera plugin.takePicture
to return anXFile
rather than photobooth'sCameraImage
.Type of Change