소스 검색
release of v0.6.1
flutter-beta
Julian Steenbakker
4 년 전
No known key found for this signature in database
GPG 키 ID: ACF0400DFB95F3FD
2개의 변경된 파일과
4개의 추가작업 그리고
1개의 파일을 삭제
-
CHANGELOG.md
-
pubspec.yaml
|
|
|
@@ -1,3 +1,6 @@ |
|
|
|
## 0.6.1 |
|
|
|
* Fix bug which caused build to fail for iOS. (#452) |
|
|
|
|
|
|
|
## 0.6.0 |
|
|
|
#### Features |
|
|
|
* Add support for raw bytes on iOS. (#421) |
|
|
|
|
|
|
|
@@ -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.6.0 |
|
|
|
version: 0.6.1 |
|
|
|
homepage: https://juliuscanute.com |
|
|
|
repository: https://github.com/juliuscanute/qr_code_scanner |
|
|
|
|
|
|
|
|