Skip to content

Commit 8dfb229

Browse files
updated package
1 parent 0d891b1 commit 8dfb229

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Android | IOS
1212
Window | Web
1313
:-------------------------:|:-------------------------:
1414
<img src="https://github.com/CodingWithTashi/simple_barcode_scanner/blob/main/example/demo/window_scanner.gif?raw=true" alt="drawing" width="600" height="550"/> | <img src="https://github.com/CodingWithTashi/simple_barcode_scanner/blob/main/example/demo/barcode_web.gif?raw=true" width="550" height="600" alt="drawing"/>
15-
15+
16+
## Credit
17+
* This plugin is built upon the [flutter_barcode_scanner](https://github.com/amorenew/flutter_barcode_scanner) for Android and iOS. Since the original plugin is no longer actively maintained, I have forked the repository and implemented additional features on top of it. Special thanks to Amol Gangadhare for his work.
1618

1719
## Features
1820

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ packages:
214214
path: ".."
215215
relative: true
216216
source: path
217-
version: "0.1.2"
217+
version: "0.1.3"
218218
sky_engine:
219219
dependency: transitive
220220
description: flutter

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: simple_barcode_scanner
22
description: Scanner plugin for Barcode/QR code. Scan using flutter_barcode_scanner for mobile device and html5-qrcode for web and windows
3-
version: 0.1.2
3+
version: 0.1.3
44
homepage: https://github.com/CodingWithTashi/simple_barcode_scanner
55
issue_tracker: https://github.com/CodingWithTashi/simple_barcode_scanner/issues
66

@@ -27,7 +27,7 @@ dependencies:
2727
permission_handler: ^11.3.1
2828
#Add new web package
2929
web: ^1.1.0
30-
flutter_plugin_android_lifecycle: ^2.0.1
30+
flutter_plugin_android_lifecycle: ^2.0.23
3131
dev_dependencies:
3232
flutter_test:
3333
sdk: flutter

0 commit comments

Comments
 (0)