Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -10,6 +10,7 @@ Improvements: | @@ -10,6 +10,7 @@ Improvements: | ||
| 10 | * The `width` and `height` of `BarcodeCapture` are now non-null. | 10 | * The `width` and `height` of `BarcodeCapture` are now non-null. |
| 11 | * The `BarcodeCapture` class now exposes a `size`. | 11 | * The `BarcodeCapture` class now exposes a `size`. |
| 12 | * The list of `corners` of a `Barcode` is now non-null. | 12 | * The list of `corners` of a `Barcode` is now non-null. |
| 13 | +* The internal `fromNative()` methods now accept a `Map<Object?, Object?>` instead of `Map<dynamic, dynamic>`. | ||
| 13 | 14 | ||
| 14 | ## 3.5.0 | 15 | ## 3.5.0 |
| 15 | New Features: | 16 | New Features: |
-
Please register or login to post a comment