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 803b641 commit b300f89Copy full SHA for b300f89
templates/flutter/pubspec.yaml.twig
@@ -13,15 +13,15 @@ platforms:
13
web:
14
windows:
15
environment:
16
- sdk: '>=2.17.0 <3.0.0'
+ sdk: '>=2.17.0 <4.0.0'
17
18
dependencies:
19
flutter:
20
sdk: flutter
21
cookie_jar: ^4.0.3
22
device_info_plus: ^9.0.2
23
flutter_web_auth_2: ^3.0.0
24
- http: '>=0.13.6 <1.0.1'
+ http: '>=0.13.6 <2.0.0'
25
package_info_plus: ^4.0.2
26
path_provider: ^2.0.15
27
web_socket_channel: ^2.4.0
@@ -32,4 +32,4 @@ dev_dependencies:
32
flutter_lints: ^2.0.1
33
flutter_test:
34
35
- mockito: ^5.4.0
+ mockito: ^5.4.0
0 commit comments