Ver código fonte

release of v0.3.2

flutter-beta
Julian Steenbakker 5 anos atrás
pai
commit
3474faa766
2 arquivos alterados com 6 adições e 1 exclusões
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      pubspec.yaml

+ 5
- 0
CHANGELOG.md Ver arquivo

@@ -1,3 +1,8 @@
## 0.3.2
#### Bug fixes
* Fixed null-pointer when no overlay provided on iOS. (#245)
* Fixed camera not stopping (green dot on iOS 14) when navigating to other page. (#240)

## 0.3.1
#### Bug fixes
* Fixed permission callback on iOS & Android.


+ 1
- 1
pubspec.yaml Ver arquivo

@@ -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.1
version: 0.3.2
homepage: https://juliuscanute.com
repository: https://github.com/juliuscanute/qr_code_scanner



Carregando…
Cancelar
Salvar