sdk-generator icon indicating copy to clipboard operation
sdk-generator copied to clipboard

Generating SDKs for multiple programming languages and platforms ⚙️

Results 144 sdk-generator issues
Sort by recently updated
recently updated
newest added

## 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

### 👟 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)...

bug

- Add PHPCS formatter + composer scripts - Update to PHP 8 - Remove redundant minify params - Covered by existing tests

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...