Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e397649
Make initial changes
camsim99 May 4, 2022
120ef5d
Remove ongoing, add tests
camsim99 May 4, 2022
ba1b893
Merge remote-tracking branch 'upstream/master' into issue_101384
camsim99 May 5, 2022
236d86d
Fix tests
camsim99 May 5, 2022
17d37f3
Update CHANGELOG
camsim99 May 5, 2022
300a674
Update pubspec
camsim99 May 5, 2022
0bdb42d
Add back ongoing error
camsim99 May 9, 2022
34bb410
Add ongoing test
camsim99 May 9, 2022
3759e72
Merge branch 'main' into issue_101384
camsim99 May 9, 2022
e995edb
Change error msg
camsim99 May 9, 2022
901d115
Remove error and related test
camsim99 May 10, 2022
a04b050
Add missing import
camsim99 May 10, 2022
985e653
Bump version
camsim99 May 10, 2022
255f295
Merge remote-tracking branch 'upstream/master' into issue_101384
camsim99 May 17, 2022
2d74e07
Make fixes
camsim99 May 17, 2022
32079c9
Merge remote-tracking branch 'upstream/master' into issue_101384
camsim99 May 31, 2022
7b40254
Make breaking changes
camsim99 May 31, 2022
33561f2
Make analyzer fixes
camsim99 May 31, 2022
a154e1a
Remove error
camsim99 May 31, 2022
bfb8737
Bump platform interface version
camsim99 May 31, 2022
7bf7a14
Bump platform interface version in other pubspec
camsim99 May 31, 2022
22ad172
Revert "Bump platform interface version in other pubspec"
camsim99 May 31, 2022
11c69bb
Revert "Bump platform interface version"
camsim99 May 31, 2022
f06cae4
Revert changes to platform interface
camsim99 May 31, 2022
5578901
Undo git error
camsim99 May 31, 2022
63a4e65
Update breaking change method in CHANGELOG
camsim99 Jun 3, 2022
f078260
Update README
camsim99 Jun 8, 2022
52e922f
Merge remote-tracking branch 'upstream/master' into issue_101384
camsim99 Jun 8, 2022
8d366ea
Merge remote-tracking branch 'upstream/main' into issue_101384
camsim99 Jun 8, 2022
f9c373e
Merge remote-tracking branch 'upstream/main' into issue_101384
camsim99 Jun 22, 2022
b432ee4
Bump versions
camsim99 Jun 22, 2022
5be9f81
Fix versioning
camsim99 Jun 22, 2022
961ffdb
Merge remote-tracking branch 'upstream/main' into issue_101384
camsim99 Jul 7, 2022
1e34820
Undo changes to camera
camsim99 Jul 7, 2022
d8ba867
Merge remote-tracking branch 'upstream/main' into issue_101384
camsim99 Jul 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README
  • Loading branch information
camsim99 committed Jun 8, 2022
commit f0782606bd328c464a13051e419aa723ce7fc978
2 changes: 1 addition & 1 deletion packages/camera/camera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.10.0
Copy link
Contributor

Choose a reason for hiding this comment

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

The camera change will need to be moved to a separate follow-up PR that updates both the camera_android and camera_web versions at the same time, now that the Android implementation is federated.


* **Breaking Change** Bumps default camera_web package version to 0.3.0 which renames permission exception code from `cameraPermission` to `CameraAccessDenied`.
* **Breaking Change** Updates Android camera access permission error codes to be consistent with other platforms.
* **Breaking Change** Updates Android camera access permission error codes to be consistent with other platforms. If your app still handles the legacy `cameraPermission` exception, please update it to handle the new permission exception codes that are noted in the README.

## 0.9.7+1

Expand Down