瀏覽代碼

Update README.md and CHANGELOG.md

flutter-beta
TheJuliuscanute 7 年之前
父節點
當前提交
0054c9dc39
共有 7 個文件被更改,包括 12 次插入5 次删除
  1. 二進制
      .resources/android-app-screen-one.jpg
  2. 二進制
      .resources/android-app-screen-two.jpg
  3. 二進制
      .resources/ios-app-screen-one.png
  4. 二進制
      .resources/ios-app-screen-two.png
  5. +7
    -0
      CHANGELOG.md
  6. +4
    -4
      README.md
  7. +1
    -1
      pubspec.yaml

二進制
.resources/android-app-screen-one.jpg 查看文件

Before After
Width: 1080  |  Height: 2220  |  Size: 1.3 MiB

二進制
.resources/android-app-screen-two.jpg 查看文件

Before After
Width: 1080  |  Height: 2220  |  Size: 1008 KiB

二進制
.resources/ios-app-screen-one.png 查看文件

Before After
Width: 597  |  Height: 1056  |  Size: 914 KiB

二進制
.resources/ios-app-screen-two.png 查看文件

Before After
Width: 532  |  Height: 945  |  Size: 469 KiB

+ 7
- 0
CHANGELOG.md 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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


Loading…
取消
儲存