Skip to content

Commit 670619b

Browse files
Merge pull request #636 from appwrite/fix-138-flutter-missing-web
2 parents dffa7ce + e120c3c commit 670619b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

templates/flutter/pubspec.yaml.twig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ homepage: {{sdk.url}}
55
repository: https://github.com/{{sdk.gitUserName}}/{{sdk.gitRepoName}}
66
issue_tracker: https://github.com/appwrite/sdk-generator/issues
77
documentation: {{ spec.contactURL }}
8+
platforms:
9+
android:
10+
ios:
11+
linux:
12+
macos:
13+
web:
14+
windows:
815
environment:
916
sdk: ">=2.17.0 <3.0.0"
1017

0 commit comments

Comments
 (0)