This website works better with JavaScript.
首頁
探索
說明
登入
lisper
/
qr_code_scanner
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
release of v0.3.2
flutter-beta
Julian Steenbakker
5 年之前
父節點
7fc3c3e7a2
當前提交
3474faa766
共有
2 個文件被更改
,包括
6 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
CHANGELOG.md
+1
-1
pubspec.yaml
+ 5
- 0
CHANGELOG.md
查看文件
@@ -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
查看文件
@@ -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…
取消
儲存