Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2023-10-23 23:33:57 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
822ecf20368d43067dafd2f851c82836e70b9d04
822ecf20
1 parent
7f214504
move changelog note to breaking changes section
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
CHANGELOG.md
CHANGELOG.md
View file @
822ecf2
## NEXT
Breaking changes:
*
The internal
`fromNative()` methods now accept a `Map<Object?, Object?>` instead of `Map<dynamic, dynamic>`
.
Improvements:
*
The
`type` of an `Address`
is now non-null.
*
The
`type` of an `Email`
is now non-null.
...
...
@@ -10,7 +13,6 @@ Improvements:
*
The
`width` and `height` of `BarcodeCapture`
are now non-null.
*
The
`BarcodeCapture` class now exposes a `size`
.
*
The list of
`corners` of a `Barcode`
is now non-null.
*
The internal
`fromNative()` methods now accept a `Map<Object?, Object?>` instead of `Map<dynamic, dynamic>`
.
Bugs fixed:
*
Fixed the default values for the
`format` and `type`
arguments of the Barcode constructor.
...
...
Please
register
or
login
to post a comment