Skip to content

Commit 7fb5001

Browse files
committed
version updated
1 parent 161a31e commit 7fb5001

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ packages:
136136
path: ".."
137137
relative: true
138138
source: path
139-
version: "0.0.3"
139+
version: "0.0.4"
140140
sky_engine:
141141
dependency: transitive
142142
description: flutter
@@ -225,7 +225,7 @@ packages:
225225
name: webview_windows
226226
url: "https://pub.dartlang.org"
227227
source: hosted
228-
version: "0.1.9"
228+
version: "0.2.0"
229229
sdks:
230230
dart: ">=2.17.0 <3.0.0"
231231
flutter: ">=3.0.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
flutter:
1717
sdk: flutter
1818
# Flutter window webview
19-
webview_windows: ^0.1.9
19+
webview_windows: ^0.2.0
2020
# Barcode scanner for android and ios
2121
flutter_barcode_scanner: ^2.0.0
2222
#Get assets path for window platform
@@ -25,7 +25,7 @@ dependencies:
2525
dev_dependencies:
2626
flutter_test:
2727
sdk: flutter
28-
flutter_lints: ^2.0.0
28+
flutter_lints: ^2.0.1
2929

3030
# For information on the generic Dart part of this file, see the
3131
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)