Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -5,6 +5,7 @@ Breaking changes: | @@ -5,6 +5,7 @@ Breaking changes: | ||
| 5 | * Refactored `MobileScannerController.start()` to throw `MobileScannerException`s | 5 | * Refactored `MobileScannerController.start()` to throw `MobileScannerException`s |
| 6 | with consistent error codes, rather than string messages. | 6 | with consistent error codes, rather than string messages. |
| 7 | * The previously deprecated `onPermissionSet` is now removed from the `MobileScanner` widget. | 7 | * The previously deprecated `onPermissionSet` is now removed from the `MobileScanner` widget. |
| 8 | +* The `onPermissionSet` argument of the `MobileScannerController` is now deprecated. | ||
| 8 | To handle permission errors, consider catching the result of `MobileScannerController.start()`. | 9 | To handle permission errors, consider catching the result of `MobileScannerController.start()`. |
| 9 | * Toggling the device torch now does nothing if the device has no torch, rather than throwing an error. | 10 | * Toggling the device torch now does nothing if the device has no torch, rather than throwing an error. |
| 10 | * The `controller` of the `MobileScanner` widget is now required. | 11 | * The `controller` of the `MobileScanner` widget is now required. |
-
Please register or login to post a comment