Skip to content

Commit 5949f8b

Browse files
bump flutter_web_auth_2 dependencies
1 parent 805d8ff commit 5949f8b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

templates/flutter/pubspec.yaml.twig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,17 @@ dependencies:
1313
sdk: flutter
1414
cookie_jar: ^3.0.1
1515
device_info_plus: ^4.1.2
16-
flutter_web_auth_2: ^1.0.1
16+
flutter_web_auth_2: ^1.1.1
1717
http: ^0.13.5
1818
package_info_plus: ^1.4.3+1
1919
path_provider: ^2.0.11
2020
web_socket_channel: ^2.2.0
2121
22+
# cause device_info_plus depends on 2.7.0 and flutter_web_auth_2 depends on 3.0.0,
23+
# you may get version conflict error. And flutter_web_auth_2 latest version supports windows implementation
24+
dependency_overrides:
25+
win32: '2.7.0'
26+
2227
dev_dependencies:
2328
flutter_lints: ^2.0.1
2429
flutter_test:

0 commit comments

Comments
 (0)