Skip to content

Commit 1dc19ba

Browse files
Update README.md
1 parent 539a72a commit 1dc19ba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ Web | Mobile
1111
## Features
1212

1313
* Scan barcode in mobile devices using flutter_barcode_scanner
14-
* Scan barcode in web/window using html5-qrcode package
14+
* Scan barcode in web/window using html5-qrcode package
15+
16+
## 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
18+
* Web and window uses html5-qrcode. Setup is not required. For more you can read [html5-qrcode](https://github.com/mebjas/html5-qrcode)
1519

1620
## Getting started
1721

1822
```dart
19-
simple_barcode_scanner: ^0.0.1
23+
simple_barcode_scanner: ^0.0.2
2024
2125
```
2226
Import the library:

0 commit comments

Comments
 (0)