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-12-11 20:44:45 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b1bef51008f0d2ef61d338e5df2746fe4f8bb84f
b1bef510
1 parent
770104db
update version & changelog
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
CHANGELOG.md
pubspec.yaml
CHANGELOG.md
View file @
b1bef51
## 3.0.0-beta.4
Fixes:
*
Fixes a permission bug on Android where denying the permission would cause an infinite loop of permission requests.
*
Updates the example app to handle permission errors with the new builder parameter.
Now it no longer throws uncaught exceptions when the permission is denied.
Features:
*
Added a new
`errorBuilder` to the `MobileScanner`
widget that can be used to customize the error state of the preview.
## 3.0.0-beta.3
Deprecated:
*
The
`onStart` method has been renamed to `onScannerStarted`
.
...
...
pubspec.yaml
View file @
b1bef51
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.
3
version
:
3.0.0-beta.
4
repository
:
https://github.com/juliansteenbakker/mobile_scanner
environment
:
...
...
Please
register
or
login
to post a comment