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 aef1fd4 commit af10432Copy full SHA for af10432
templates/dart/pubspec.yaml.twig
@@ -8,8 +8,8 @@ documentation: {{ spec.contactURL }}
8
environment:
9
sdk: '>=2.14.0 <3.0.0'
10
dependencies:
11
- http: ^0.13.4
+ http: ^0.13.5
12
13
dev_dependencies:
14
- test: ^1.16.8
15
- lints: ^2.0.0
+ test: ^1.21.4
+ lints: ^2.0.0
templates/flutter/pubspec.yaml.twig
@@ -11,11 +11,11 @@ dependencies:
flutter:
sdk: flutter
cookie_jar: ^3.0.1
- device_info_plus: ^4.0.0
+ device_info_plus: ^4.0.1
flutter_web_auth: ^0.4.1
16
17
- package_info_plus: 1.4.2
18
- path_provider: ^2.0.9
+ package_info_plus: 1.4.3
+ path_provider: ^2.0.11
19
web_socket_channel: ^2.2.0
20
21
0 commit comments