Skip to content

Commit

Permalink
* improve web scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
pdliuw committed Mar 17, 2021
1 parent be8631c commit fc4cdef
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.1.0]

* improve web something

## [2.0.0]

* fix something
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|[English Document](https://github.com/pdliuw/ai_barcode/blob/master/README_EN.md)|[中文文档](https://github.com/pdliuw/ai_barcode)|
|:-|:-|

ai_barcode:支持Android和IOS识别'一维条码'和'二维条码'的识别与生成
ai_barcode:支持Android、iOS、web识别'一维条码'和'二维条码'的识别与生成

[![pub package](https://img.shields.io/pub/v/ai_barcode.svg)](https://pub.dev/packages/ai_barcode)

Expand Down
7 changes: 6 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|[English Document](https://github.com/pdliuw/ai_barcode/blob/master/README_EN.md)|[中文文档](https://github.com/pdliuw/ai_barcode)|
|:-|:-|

ai_barcode: Support Android and IOS recognition of 'one-dimensional barcode' and 'two-dimensional barcode'
ai_barcode: Support Android、iOS and web recognition of 'one-dimensional barcode' and 'two-dimensional barcode'

[![pub package](https://img.shields.io/pub/v/ai_barcode.svg)](https://pub.dev/packages/ai_barcode)

Expand All @@ -30,6 +30,11 @@ Highlights: `` ai_barcode: Support Scanner embedded in flutter pages to meet cha
|![web](https://github.com/pdliuw/ai_barcode/blob/master/example/gif/flutter_creator_web.gif)|
|:-|

|Web-Scanner|
|:-|
|![web](https://github.com/pdliuw/ai_barcode/blob/master/example/gif/flutter_scanner_web.gif)|
|:-|

[ai_barcode](https://github.com/pdliuw/ai_barcode) in[project](https://github.com/flutter-app-sample/flutter_app_sample) practical application [flutter sample](https://github.com/flutter-app-sample/flutter_app_sample)

|[Download Android apk](https://github.com/pdliuw/Flutter_Resource/blob/master/resource/flutter/apk/flutter_scanner.apk?raw=true)|[ios ipa obtained by running the project]()|[Blog web site](https://pdliuw.github.io/)|
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ai_barcode
description: AiBarcode supports scanner、creator the one-dimensional bar code and two-dimensional bar code(Android 、iOS), and support the Scanner embedded in Flutter pages
version: 2.0.0
description: Barcode generation,Barcode scanning,qrcode,qrcode generation,qrcode creator
version: 2.1.0
homepage: https://pdliuw.github.io/
repository: https://github.com/pdliuw/ai_barcode

Expand Down

0 comments on commit fc4cdef

Please sign in to comment.