sdk-generator
sdk-generator copied to clipboard
Generating SDKs for multiple programming languages and platforms ⚙️
## What does this PR do? - Adds new permissions helper classes ## Test Plan (Write your test plan here. If you changed any code, please provide us with clear...
## What does this PR do? It updates the package versions in pubspec.yaml to the latest dependencies. ## Test Plan (-) ## Related PRs and Issues https://github.com/appwrite/sdk-for-flutter/pull/76 ### Have you...
new headers for templates
feat refactor web templates
add `user-agent` to templates
### 👟 Reproduction steps when i tried to log in session. ### 👍 Expected behavior - ### 👎 Actual Behavior AppwriteException: null, Concurrent modification during iteration: Instance(length:2) of '_GrowableList'. (0)...
- Add PHPCS formatter + composer scripts - Update to PHP 8 - Remove redundant minify params - Covered by existing tests
refactor .NET templates
See https://github.com/appwrite/sdk-for-flutter/issues/71
Our create deployment endpoint uses `file.png` for the example, which makes no sense. ``` js const promise = functions.createDeployment('[FUNCTION_ID]', '[ENTRYPOINT]', 'file.png', false); ``` This PR makes the generated file examples...