Showing
2 changed files
with
10 additions
and
1 deletions
| 1 | +## 3.0.0-beta.4 | ||
| 2 | +Fixes: | ||
| 3 | +* Fixes a permission bug on Android where denying the permission would cause an infinite loop of permission requests. | ||
| 4 | +* Updates the example app to handle permission errors with the new builder parameter. | ||
| 5 | + Now it no longer throws uncaught exceptions when the permission is denied. | ||
| 6 | + | ||
| 7 | +Features: | ||
| 8 | +* Added a new `errorBuilder` to the `MobileScanner` widget that can be used to customize the error state of the preview. | ||
| 9 | + | ||
| 1 | ## 3.0.0-beta.3 | 10 | ## 3.0.0-beta.3 |
| 2 | Deprecated: | 11 | Deprecated: |
| 3 | * The `onStart` method has been renamed to `onScannerStarted`. | 12 | * The `onStart` method has been renamed to `onScannerStarted`. |
| 1 | name: mobile_scanner | 1 | name: mobile_scanner |
| 2 | 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. | 2 | 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. |
| 3 | -version: 3.0.0-beta.3 | 3 | +version: 3.0.0-beta.4 |
| 4 | repository: https://github.com/juliansteenbakker/mobile_scanner | 4 | repository: https://github.com/juliansteenbakker/mobile_scanner |
| 5 | 5 | ||
| 6 | environment: | 6 | environment: |
-
Please register or login to post a comment