Explorar el Código

Bump to 0.0.13

flutter-beta
Dominik Spicher hace 6 años
padre
commit
61bf0d2637
Se han modificado 2 ficheros con 6 adiciones y 12 borrados
  1. +5
    -11
      CHANGELOG.md
  2. +1
    -1
      pubspec.yaml

+ 5
- 11
CHANGELOG.md Ver fichero

@@ -1,3 +1,8 @@
## 0.0.13
* Fix misalignment when QRView doesn't start from the top left (#45)
* Fix crash on iOS when scanning returns nil (#69, #72)
* Fix ArithmeticException on Android (#43)

## 0.0.12 ## 0.0.12
* Add optional parameter to use a camera overlay. * Add optional parameter to use a camera overlay.
* Simplfiy controller, expose scanDataStream. * Simplfiy controller, expose scanDataStream.
@@ -6,47 +11,36 @@
* Thanks! to Luis Thein for all the above contributions. * Thanks! to Luis Thein for all the above contributions.


## 0.0.11 ## 0.0.11

* android build break fix * android build break fix


## 0.0.10 ## 0.0.10

* update README.md * update README.md


## 0.0.9 ## 0.0.9

* update README.md * update README.md


## 0.0.8 ## 0.0.8

* migrated Android project to androidx (by Felipe César) * migrated Android project to androidx (by Felipe César)
* migrated iOS to Swift 5 (by Felipe César) * migrated iOS to Swift 5 (by Felipe César)


## 0.0.7 ## 0.0.7

* flash light support added * flash light support added


## 0.0.6 ## 0.0.6

* camera flip added * camera flip added


## 0.0.5 ## 0.0.5

* preview stretching after change screen orientation fix * preview stretching after change screen orientation fix


## 0.0.4 ## 0.0.4

* fix black screen orientation/unlock/focus * fix black screen orientation/unlock/focus


## 0.0.3 ## 0.0.3

* iOS library reference fix * iOS library reference fix
* Android pause/resume fix * Android pause/resume fix


## 0.0.2 ## 0.0.2

* Added documentation to cover how to use the plugin. * Added documentation to cover how to use the plugin.


## 0.0.1 ## 0.0.1

* QR Code scanner embedded inside flutter. * QR Code scanner embedded inside flutter.

+ 1
- 1
pubspec.yaml Ver fichero

@@ -1,6 +1,6 @@
name: qr_code_scanner name: qr_code_scanner
description: QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS. description: QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS.
version: 0.0.12
version: 0.0.13
author: Julius Canute <juliuscanute at touchcapture.net> author: Julius Canute <juliuscanute at touchcapture.net>
homepage: https://juliuscanute.com homepage: https://juliuscanute.com
repository: https://github.com/juliuscanute/qr_code_scanner repository: https://github.com/juliuscanute/qr_code_scanner


Cargando…
Cancelar
Guardar