Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit a424666

Browse files
authored
Merge pull request #95 from Morthor/patch-1
Fixed typo and updated Client instantiation
2 parents c3e5c1f + 9fa8308 commit a424666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/getting-started-for-flutter.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Client client = Client();
118118
client
119119
.setEndpoint('https://localhost/v1') // Your Appwrite Endpoint
120120
.setProject('5e8cf4f46b5e8') // Your project ID
121-
.setSelfSigned(true) // For self signed certificates, only use for development
121+
.setSelfSigned(status: true) // For self signed certificates, only use for development
122122
;
123123
</code></pre>
124124
</div>

0 commit comments

Comments
 (0)