ソースを参照

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 ファイルの表示

変更前 変更後
幅: 1080  |  高さ: 2220  |  サイズ: 1.3 MiB

バイナリ
.resources/android-app-screen-two.jpg ファイルの表示

変更前 変更後
幅: 1080  |  高さ: 2220  |  サイズ: 1008 KiB

バイナリ
.resources/ios-app-screen-one.png ファイルの表示

変更前 変更後
幅: 597  |  高さ: 1056  |  サイズ: 914 KiB

バイナリ
.resources/ios-app-screen-two.png ファイルの表示

変更前 変更後
幅: 532  |  高さ: 945  |  サイズ: 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


読み込み中…
キャンセル
保存