Skip to content

Commit c28de1a

Browse files
Update README.md
1 parent fb1eec9 commit c28de1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ simple_barcode_scanner let you scan barcode and qr code.
77

88
Web | 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

0 commit comments

Comments
 (0)