Julian Steenbakker
4 lat temu
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: ACF0400DFB95F3FD
2 zmienionych plików z
4 dodań i
1 usunięć
-
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 |
|
|
|
|
|
|
|
|