Skip to content

Commit 3c86a0b

Browse files
committed
update pub dependencies
1 parent 9e20693 commit 3c86a0b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

templates/flutter/pubspec.yaml.twig

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ repository: https://github.com/{{sdk.gitUserName}}/{{sdk.gitRepoName}}
66
issue_tracker: https://github.com/appwrite/sdk-generator/issues
77
documentation: {{ spec.contactURL }}
88
environment:
9-
sdk: '>=2.6.0 <3.0.0'
9+
sdk: '>=2.12.0 <3.0.0'
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
cookie_jar: ^1.0.1
14-
dio: ^3.0.10
15-
dio_cookie_manager: ^1.0.0
16-
flutter_web_auth: ^0.2.4
17-
meta: ^1.1.8
18-
package_info_plus: ^0.6.3
19-
path_provider: ^1.6.14
20-
universal_html: ^1.2.3
13+
cookie_jar: ^3.0.1
14+
dio: ^4.0.0
15+
dio_cookie_manager: ^2.0.0
16+
flutter_web_auth: ^0.3.0
17+
package_info_plus: ^1.0.0
18+
path_provider: ^2.0.1
19+
universal_html: ^2.0.8
2120
2221
dev_dependencies:
2322
flutter_test:

0 commit comments

Comments
 (0)