Showing
1 changed file
with
3 additions
and
0 deletions
| 1 | ## NEXT | 1 | ## NEXT |
| 2 | + | ||
| 2 | BREAKING CHANGES: | 3 | BREAKING CHANGES: |
| 4 | + | ||
| 5 | +* Flutter 3.16.0 is now required. | ||
| 3 | * The `width` and `height` of `BarcodeCapture` have been removed, in favor of `size`. | 6 | * The `width` and `height` of `BarcodeCapture` have been removed, in favor of `size`. |
| 4 | * The `raw` attribute is now `Object?` instead of `dynamic`, so that it participates in type promotion. | 7 | * The `raw` attribute is now `Object?` instead of `dynamic`, so that it participates in type promotion. |
| 5 | * The `MobileScannerArguments` class has been removed from the public API, as it is an internal type. | 8 | * The `MobileScannerArguments` class has been removed from the public API, as it is an internal type. |
-
Please register or login to post a comment