This website works better with JavaScript.
Home
Explore
Help
Sign In
lisper
/
qr_code_scanner
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
release of v0.3.2
flutter-beta
Julian Steenbakker
5 years ago
parent
7fc3c3e7a2
commit
3474faa766
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
CHANGELOG.md
+1
-1
pubspec.yaml
+ 5
- 0
CHANGELOG.md
View File
@@ -1,3 +1,8 @@
## 0.3.2
#### Bug fixes
* Fixed null-pointer when no overlay provided on iOS. (#245)
* Fixed camera not stopping (green dot on iOS 14) when navigating to other page. (#240)
## 0.3.1
#### Bug fixes
* Fixed permission callback on iOS & Android.
+ 1
- 1
pubspec.yaml
View File
@@ -1,6 +1,6 @@
name: qr_code_scanner
description: QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS.
version: 0.3.
1
version: 0.3.
2
homepage: https://juliuscanute.com
repository: https://github.com/juliuscanute/qr_code_scanner
Write
Preview
Loading…
Cancel
Save