Skip to content

Commit 1a67d9d

Browse files
Merge pull request #506 from nohli/update-flutter-dependencies
Update package versions in pubspec.yaml
2 parents 987f293 + 9d5e81d commit 1a67d9d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

templates/dart/pubspec.yaml.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ documentation: {{ spec.contactURL }}
88
environment:
99
sdk: '>=2.17.0 <3.0.0'
1010
dependencies:
11-
http: ^0.13.4
11+
http: ^0.13.5
1212
1313
dev_dependencies:
14-
test: ^1.16.8
15-
lints: ^2.0.0
14+
test: ^1.21.4
15+
lints: ^2.0.0

templates/flutter/pubspec.yaml.twig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ issue_tracker: https://github.com/appwrite/sdk-generator/issues
77
documentation: {{ spec.contactURL }}
88
environment:
99
sdk: '>=2.17.0 <3.0.0'
10+
1011
dependencies:
1112
flutter:
1213
sdk: flutter
1314
cookie_jar: ^3.0.1
14-
device_info_plus: ^4.0.2
15+
device_info_plus: ^4.1.2
1516
flutter_web_auth: ^0.4.1
16-
http: ^0.13.4
17-
package_info_plus: 1.4.3
18-
path_provider: ^2.0.9
17+
http: ^0.13.5
18+
package_info_plus: ^1.4.3+1
19+
path_provider: ^2.0.11
1920
web_socket_channel: ^2.2.0
2021
2122
dev_dependencies:

0 commit comments

Comments
 (0)