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
p-mazhnik
2022-12-12 01:16:54 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7caaca33e600005bf5f675e99ce72f1af7fff870
7caaca33
1 parent
ccdc3c62
chore(ios): update changelog
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
CHANGELOG.md
CHANGELOG.md
View file @
7caaca3
...
...
@@ -21,6 +21,7 @@ Features:
*
Added a new
`placeholderBuilder` function to the `MobileScanner`
widget to customize the preview placeholder.
*
Added
`autoStart`
parameter to MobileScannerController(). If set to false, controller won't start automatically.
*
Added
`hasTorch`
function on MobileScannerController(). After starting the controller, you can check if the device has a torch.
*
[
iOS
]
Support
`torchEnabled`
parameter from MobileScannerController() on iOS
Fixes:
*
Fixes the missing gradle setup for the Android project, which prevented gradle sync from working.
...
...
@@ -31,6 +32,7 @@ Fixes:
*
Fixes the
`MobileScanner` preview depending on all attributes of `MediaQueryData`
.
Now it only depends on its layout constraints.
*
Fixed a potential crash when the scanner is restarted due to the app being resumed.
*
[
iOS
]
Fix crash when changing torch state
## 3.0.0-beta.2
Breaking changes:
...
...
Please
register
or
login
to post a comment