Skip to content

Commit dad9410

Browse files
updated webview_window and path version
1 parent a3e540b commit dad9410

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pubspec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ 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.5
44
homepage: https://github.com/CodingWithTashi/simple_barcode_scanner
5+
issue_tracker: https://github.com/CodingWithTashi/simple_barcode_scanner/issues
6+
57
platforms:
68
android:
79
ios:
@@ -16,11 +18,11 @@ dependencies:
1618
flutter:
1719
sdk: flutter
1820
# Flutter window webview
19-
webview_windows: ^0.2.0
21+
webview_windows: ^0.2.2
2022
# Barcode scanner for android and ios
2123
flutter_barcode_scanner: ^2.0.0
2224
#Get assets path for window platform
23-
path: ^1.8.1
25+
path: ^1.8.2
2426

2527
dev_dependencies:
2628
flutter_test:

0 commit comments

Comments
 (0)