Julian Steenbakker
преди 5 години
родител
ревизия
81bdafd802
No known key found for this signature in database
GPG ключ ID: 16E437C7A3D94250
променени са
2 файла, в които са
добавени 7 реда и са
изтрити 1 реда
-
CHANGELOG.md
-
pubspec.yaml
|
|
|
@@ -1,3 +1,9 @@ |
|
|
|
## 0.3.3 |
|
|
|
#### Bug fixes |
|
|
|
* Fixed updateDimensions not being called causing zoom on iOS. (#250) |
|
|
|
* Fixed Android permission callback not working. (#251) (#252) |
|
|
|
* Fixed null-pointers after declining permission on Android. |
|
|
|
|
|
|
|
## 0.3.2 |
|
|
|
#### Bug fixes |
|
|
|
* Fixed null-pointer when no overlay provided on iOS. (#245) |
|
|
|
|
|
|
|
@@ -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.2 |
|
|
|
version: 0.3.3 |
|
|
|
homepage: https://juliuscanute.com |
|
|
|
repository: https://github.com/juliuscanute/qr_code_scanner |
|
|
|
|
|
|
|
|