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 12:17:58 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e2555e4b24b17ce42970e98d19a6db38958d1554
e2555e4b
1 parent
b1668615
bump version & update changelog
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
CHANGELOG.md
pubspec.yaml
CHANGELOG.md
View file @
e2555e4
## 3.0.0-beta.3
Breaking changes:
*
`MobileScannerException` now uses an `errorCode` instead of a `message`
.
*
`MobileScannerException`
now contains additional details from the original error.
*
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.
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.
## 3.0.0-beta.2
Breaking changes:
*
The arguments parameter of onDetect is removed. The data is now returned by the onStart callback
...
...
pubspec.yaml
View file @
e2555e4
name
:
mobile_scanner
description
:
A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
version
:
3.0.0-beta.
2
version
:
3.0.0-beta.
3
repository
:
https://github.com/juliansteenbakker/mobile_scanner
environment
:
...
...
Please
register
or
login
to post a comment