Julian Steenbakker
há 5 anos
ascendente
cometimento
f6cfe84d3f
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 16E437C7A3D94250
2 ficheiros alterados com
4 adições e
1 eliminações
-
CHANGELOG.md
-
pubspec.yaml
|
|
|
@@ -1,3 +1,6 @@ |
|
|
|
## 0.4.0 |
|
|
|
Stable null-safety support. (#278) |
|
|
|
|
|
|
|
## 0.3.5 |
|
|
|
#### Bug fixes |
|
|
|
* Fixed QRView opening zoomed in on some devices by adding small delay to updateDimensions(). (#250) |
|
|
|
|
|
|
|
@@ -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.5 |
|
|
|
version: 0.4.0 |
|
|
|
homepage: https://juliuscanute.com |
|
|
|
repository: https://github.com/juliuscanute/qr_code_scanner |
|
|
|
|
|
|
|
|