Quellcode durchsuchen

Update README.md and CHANGELOG.md

flutter-beta
TheJuliuscanute vor 7 Jahren
Ursprung
Commit
0054c9dc39
7 geänderte Dateien mit 12 neuen und 5 gelöschten Zeilen
  1. BIN
      .resources/android-app-screen-one.jpg
  2. BIN
      .resources/android-app-screen-two.jpg
  3. BIN
      .resources/ios-app-screen-one.png
  4. BIN
      .resources/ios-app-screen-two.png
  5. +7
    -0
      CHANGELOG.md
  6. +4
    -4
      README.md
  7. +1
    -1
      pubspec.yaml

BIN
.resources/android-app-screen-one.jpg Datei anzeigen

Vorher Nachher
Breite: 1080  |  Höhe: 2220  |  Größe: 1.3 MiB

BIN
.resources/android-app-screen-two.jpg Datei anzeigen

Vorher Nachher
Breite: 1080  |  Höhe: 2220  |  Größe: 1008 KiB

BIN
.resources/ios-app-screen-one.png Datei anzeigen

Vorher Nachher
Breite: 597  |  Höhe: 1056  |  Größe: 914 KiB

BIN
.resources/ios-app-screen-two.png Datei anzeigen

Vorher Nachher
Breite: 532  |  Höhe: 945  |  Größe: 469 KiB

+ 7
- 0
CHANGELOG.md Datei anzeigen

@@ -1,3 +1,10 @@
## 0.0.12
* Add optional parameter to use a camera overlay.
* Simplfiy controller, expose scanDataStream.
* Fix for Android flash toggle.
* Add ability to pause/resume the camera.
* Thanks! to Luis Thein for all the above contributions.

## 0.0.11

* android build break fix


+ 4
- 4
README.md Datei anzeigen

@@ -15,12 +15,12 @@ Android
<tr>
<td>
<p align="center">
<img src="https://github.com/juliuscanute/qr_code_scanner/blob/master/.resources/android_back_camera_flash.gif" width="30%" height="30%">
<img src="https://github.com/juliuscanute/qr_code_scanner/blob/master/.resources/android-app-screen-one.jpg" width="30%" height="30%">
</p>
</td>
<td>
<p align="center">
<img src="https://github.com/juliuscanute/qr_code_scanner/blob/master/.resources/android_front_camera_scan.gif" width="30%" height="30%">
<img src="https://github.com/juliuscanute/qr_code_scanner/blob/master/.resources/android-app-screen-two.jpg" width="30%" height="30%">
</p>
</td>
</tr>
@@ -34,12 +34,12 @@ iOS
<tr>
<td>
<p align="center">
<img src="https://github.com/juliuscanute/qr_code_scanner/blob/master/.resources/ios_back_camera_flash.gif" width="30%" height="30%">
<img src="https://github.com/juliuscanute/qr_code_scanner/blob/master/.resources/ios-app-screen-one.png" width="30%" height="30%">
</p>
</td>
<td>
<p align="center">
<img src="https://github.com/juliuscanute/qr_code_scanner/blob/master/.resources/ios_front_camera_scan.gif" width="30%" height="30%">
<img src="https://github.com/juliuscanute/qr_code_scanner/blob/master/.resources/ios-app-screen-two.png" width="30%" height="30%">
</p>
</td>
</tr>


+ 1
- 1
pubspec.yaml Datei anzeigen

@@ -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.0.11
version: 0.0.12
author: Julius Canute <juliuscanute at touchcapture.net>
homepage: https://juliuscanute.com
repository: https://github.com/juliuscanute/qr_code_scanner


Laden…
Abbrechen
Speichern