We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e540b commit dad9410Copy full SHA for dad9410
1 file changed
pubspec.yaml
@@ -2,6 +2,8 @@ name: simple_barcode_scanner
2
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.0.5
4
homepage: https://github.com/CodingWithTashi/simple_barcode_scanner
5
+issue_tracker: https://github.com/CodingWithTashi/simple_barcode_scanner/issues
6
+
7
platforms:
8
android:
9
ios:
@@ -16,11 +18,11 @@ dependencies:
16
18
flutter:
17
19
sdk: flutter
20
# Flutter window webview
- webview_windows: ^0.2.0
21
+ webview_windows: ^0.2.2
22
# Barcode scanner for android and ios
23
flutter_barcode_scanner: ^2.0.0
24
#Get assets path for window platform
- path: ^1.8.1
25
+ path: ^1.8.2
26
27
dev_dependencies:
28
flutter_test:
0 commit comments