Skip to content

Commit 5cc4042

Browse files
authored
Loosen constraint on web dependency to ease transition to 1.0.0 (#118)
1 parent be81a7f commit 5cc4042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flutter_web_auth_2/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
sdk: flutter
3333
path_provider: ^2.1.2
3434
url_launcher: ^6.1.6
35-
web: ^1.0.0
35+
web: ">=0.5.0 <2.0.0"
3636
window_to_front: ^0.0.3
3737

3838
dev_dependencies:

0 commit comments

Comments
 (0)