Skip to content

Commit 18181c2

Browse files
committed
update flutter and dart dependencies
1 parent 5c79822 commit 18181c2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

templates/dart/pubspec.yaml.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: {{ spec.contactURL }}
88
environment:
99
sdk: '>=2.17.0 <3.0.0'
1010
dependencies:
11-
http: '>=0.13.6 <1.1.0'
11+
http: '>=0.13.6 <2.0.0'
1212
1313
dev_dependencies:
1414
lints: ^2.1.1

templates/flutter/pubspec.yaml.twig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ dependencies:
1919
flutter:
2020
sdk: flutter
2121
cookie_jar: ^4.0.8
22-
device_info_plus: ^9.0.2
23-
package_info_plus: ^4.1.0
22+
device_info_plus: ^9.1.1
23+
package_info_plus: ^5.0.1
2424
path_provider: ^2.1.1
25-
flutter_web_auth_2: ^3.0.0
25+
flutter_web_auth_2: ^3.0.4
2626
http: '>=0.13.6 <2.0.0'
2727
web_socket_channel: ^2.4.0
28-
universal_html: ^2.2.3
28+
universal_html: ^2.2.4
2929
3030
dev_dependencies:
3131
path_provider_platform_interface: ^2.1.1
32-
flutter_lints: ^2.0.3
32+
flutter_lints: ^3.0.1
3333
flutter_test:
3434
sdk: flutter
35-
mockito: ^5.4.0
35+
mockito: ^5.4.3

0 commit comments

Comments
 (0)