Skip to content

Commit bd21bbd

Browse files
update url
1 parent 1dc19ba commit bd21bbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Web | Mobile
1414
* Scan barcode in web/window using html5-qrcode package
1515

1616
## Installation and configuration
17-
* Mobile device uses flutter_barcode_scanner. refer [flutter_barcode_scanner](https://github.com/user/repo/blob/branch/other_file.md) for installation and setup
17+
* Mobile device uses flutter_barcode_scanner. refer [flutter_barcode_scanner](https://pub.dev/packages/flutter_barcode_scanner) for installation and setup
1818
* Web and window uses html5-qrcode. Setup is not required. For more you can read [html5-qrcode](https://github.com/mebjas/html5-qrcode)
1919

2020
## Getting started

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ packages:
136136
path: ".."
137137
relative: true
138138
source: path
139-
version: "0.0.1"
139+
version: "0.0.2"
140140
sky_engine:
141141
dependency: transitive
142142
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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
33
version: 0.0.2
44
homepage: https://github.com/CodingWithTashi/simple_barcode_scanner
5-
platform:
5+
platforms:
66
android:
77
ios:
88
web:

0 commit comments

Comments
 (0)