Skip to content

Commit b300f89

Browse files
committed
Update http and SDK constraints
1 parent 803b641 commit b300f89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/flutter/pubspec.yaml.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ platforms:
1313
web:
1414
windows:
1515
environment:
16-
sdk: '>=2.17.0 <3.0.0'
16+
sdk: '>=2.17.0 <4.0.0'
1717
1818
dependencies:
1919
flutter:
2020
sdk: flutter
2121
cookie_jar: ^4.0.3
2222
device_info_plus: ^9.0.2
2323
flutter_web_auth_2: ^3.0.0
24-
http: '>=0.13.6 <1.0.1'
24+
http: '>=0.13.6 <2.0.0'
2525
package_info_plus: ^4.0.2
2626
path_provider: ^2.0.15
2727
web_socket_channel: ^2.4.0
@@ -32,4 +32,4 @@ dev_dependencies:
3232
flutter_lints: ^2.0.1
3333
flutter_test:
3434
sdk: flutter
35-
mockito: ^5.4.0
35+
mockito: ^5.4.0

0 commit comments

Comments
 (0)