Skip to content

Commit e120c3c

Browse files
committed
Update flutter SDK supported platforms list
pub.dev incorrectly shows that the appwrite flutter SDK doesn't support web when it does. This overrides what pub.dev detects to explicitly include web as supported.
1 parent dffa7ce commit e120c3c

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)