You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Update camera_web to latest camera_platform_interface
This is to avoid a version dependency conflict. The streaming itself will fail if the user attempts to enable it, given that streaming is not supported on web.
Copy file name to clipboardExpand all lines: packages/camera/camera_web/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
* Fixes avoid_redundant_argument_values lint warnings and minor typos.
4
4
* Ignores unnecessary import warnings in preparation for [upcoming Flutter changes](https://github.com/flutter/flutter/pull/106316).
5
5
6
+
## 0.3.1
7
+
8
+
* Update to latest camera platform interface, and fail if user attempts to use streaming with recording (since streaming is currently unsupported on web).
9
+
6
10
## 0.3.0
7
11
8
12
***BREAKING CHANGE**: Renames error code `cameraPermission` to `CameraAccessDenied` to be consistent with other platforms.
0 commit comments