Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2022-11-20 15:10:08 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc3b7a7c5e37dee6200b4bccf21e0e61e9f452df
bc3b7a7c
1 parent
5c0889ba
add missing deprecation in changelog
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
CHANGELOG.md
CHANGELOG.md
View file @
bc3b7a7
...
...
@@ -5,6 +5,7 @@ Breaking changes:
*
Refactored
`MobileScannerController.start()` to throw `MobileScannerException`
s
with consistent error codes, rather than string messages.
*
The previously deprecated
`onPermissionSet` is now removed from the `MobileScanner`
widget.
*
The
`onPermissionSet` argument of the `MobileScannerController`
is now deprecated.
To handle permission errors, consider catching the result of
`MobileScannerController.start()`
.
*
Toggling the device torch now does nothing if the device has no torch, rather than throwing an error.
*
The
`controller` of the `MobileScanner`
widget is now required.
...
...
Please
register
or
login
to post a comment