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 13:39:44 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e3bb6d7b0196194612b694c1bac0117811475f25
e3bb6d7b
1 parent
eba377f0
imp: export MobileScannerArguments
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
CHANGELOG.md
lib/mobile_scanner.dart
CHANGELOG.md
View file @
e3bb6d7
## 0.1.2
*
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
)
## 0.1.1
mobile_scanner is now compatible with sdk >= 2.12 and flutter >= 2.2.0
...
...
lib/mobile_scanner.dart
View file @
e3bb6d7
...
...
@@ -2,4 +2,5 @@ library mobile_scanner;
export
'src/mobile_scanner.dart'
;
export
'src/mobile_scanner_controller.dart'
;
export
'src/mobile_scanner_arguments.dart'
;
export
'src/objects/barcode.dart'
;
...
...
Please
register
or
login
to post a comment