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 805d8ff commit 5949f8bCopy full SHA for 5949f8b
templates/flutter/pubspec.yaml.twig
@@ -13,12 +13,17 @@ dependencies:
13
sdk: flutter
14
cookie_jar: ^3.0.1
15
device_info_plus: ^4.1.2
16
- flutter_web_auth_2: ^1.0.1
+ flutter_web_auth_2: ^1.1.1
17
http: ^0.13.5
18
package_info_plus: ^1.4.3+1
19
path_provider: ^2.0.11
20
web_socket_channel: ^2.2.0
21
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
+
27
dev_dependencies:
28
flutter_lints: ^2.0.1
29
flutter_test:
0 commit comments