소스 검색
release of v0.3.1
flutter-beta
Julian Steenbakker
5 년 전
No known key found for this signature in database
GPG 키 ID: 16E437C7A3D94250
2개의 변경된 파일과
8개의 추가작업 그리고
1개의 파일을 삭제
-
CHANGELOG.md
-
pubspec.yaml
|
|
|
@@ -1,3 +1,10 @@ |
|
|
|
## 0.3.1 |
|
|
|
#### Bug fixes |
|
|
|
* Fixed permission callback on iOS & Android. |
|
|
|
* Fixed camera facing not working on Android. |
|
|
|
* Fixed scanArea not being honored on Android. |
|
|
|
* Updated ShapeBorder to QrScannerOverlayShape. |
|
|
|
|
|
|
|
## 0.3.0 |
|
|
|
#### Breaking change |
|
|
|
Its not necessary anymore to wrap the QRView in a SizeChangedLayoutNotifier because this is handled inside the plugin. |
|
|
|
|
|
|
|
@@ -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.0 |
|
|
|
version: 0.3.1 |
|
|
|
homepage: https://juliuscanute.com |
|
|
|
repository: https://github.com/juliuscanute/qr_code_scanner |
|
|
|
|
|
|
|
|