File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ simple_barcode_scanner let you scan barcode and qr code.
77
88Web | Mobile
99:-------------------------:|:-------------------------:
10- <img src =" https://github.com/CodingWithTashi/simple_barcode_scanner/blob/main/example/demo/barcode_web.gif " alt =" drawing " width =" 500 " height =" 600 " /> | <img src =" https://github.com/CodingWithTashi/simple_barcode_scanner/blob/main/example/demo/barcode_mobile.gif " width =" 400 " height =" 600 " alt =" drawing " />
10+ <img src =" https://github.com/CodingWithTashi/simple_barcode_scanner/blob/main/example/demo/barcode_web.gif " alt =" drawing " width =" 550 " height =" 600 " /> | <img src =" https://github.com/CodingWithTashi/simple_barcode_scanner/blob/main/example/demo/barcode_mobile.gif " width =" 400 " height =" 600 " alt =" drawing " />
1111## Features
1212
1313* Scan barcode in mobile devices using flutter_barcode_scanner
@@ -27,7 +27,7 @@ import 'package:simple_barcode_scanner/simple_barcode_scanner.dart';
2727## Usage
2828
2929``` dart
30- ** ElevatedButton(
30+ ElevatedButton(
3131 onPressed: () async {
3232 var res = await Navigator.push(
3333 context,
@@ -41,7 +41,7 @@ import 'package:simple_barcode_scanner/simple_barcode_scanner.dart';
4141 });
4242 },
4343 child: const Text('Open Scanner'),
44- ),**
44+ )
4545```
4646## Todo
4747* Flash and switch camera are only available in mobile devices
You can’t perform that action at this time.
0 commit comments