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
Julian Steenbakker
2022-02-23 22:57:41 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
82a16e734f94f2da5cf255241cc8b8a10aa6516b
82a16e73
1 parent
fbc2c37e
release of v0.1.2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
CHANGELOG.md
pubspec.yaml
CHANGELOG.md
View file @
82a16e7
...
...
@@ -2,7 +2,9 @@
*
MobileScannerArguments is now exported.
[
7
](
https://github.com/juliansteenbakker/mobile_scanner/issues/7
)
Bugfixes:
*
Fixed application crashing when stop() or start() is called multiple times.
[
5
](
https://github.com/juliansteenbakker/mobile_scanner/issues/5
)
*
Fixed application crashing when stop() or start() is called multiple times.
[
#5
](
https://github.com/juliansteenbakker/mobile_scanner/issues/5
)
*
Fixes controller not being disposed correctly.
[
#23
](
https://github.com/juliansteenbakker/mobile_scanner/issues/23
)
*
Catch error when no camera is found.
[
#19
](
https://github.com/juliansteenbakker/mobile_scanner/issues/19
)
## 0.1.1
mobile_scanner is now compatible with sdk >= 2.12 and flutter >= 2.2.0
...
...
pubspec.yaml
View file @
82a16e7
name
:
mobile_scanner
description
:
A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
version
:
0.1.
1
version
:
0.1.
2
repository
:
https://github.com/juliansteenbakker/mobile_scanner
environment
:
...
...
Please
register
or
login
to post a comment