Julian Steenbakker

release of v3.0.0-beta.4

@@ -3,9 +3,10 @@ Fixes: @@ -3,9 +3,10 @@ Fixes:
3 * Fixes a permission bug on Android where denying the permission would cause an infinite loop of permission requests. 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. 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. 5 Now it no longer throws uncaught exceptions when the permission is denied.
  6 +* Updated several dependencies
6 7
7 Features: 8 Features:
8 -* Added a new `errorBuilder` to the `MobileScanner` widget that can be used to customize the error state of the preview. 9 +* Added a new `errorBuilder` to the `MobileScanner` widget that can be used to customize the error state of the preview. (Thanks @navaronbracke !)
9 10
10 ## 3.0.0-beta.3 11 ## 3.0.0-beta.3
11 Deprecated: 12 Deprecated: