Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殌 Feature: Add type annotations for cloud functions #7146

Open
2 tasks done
arrowxpr opened this issue Nov 15, 2023 · 2 comments
Open
2 tasks done

馃殌 Feature: Add type annotations for cloud functions #7146

arrowxpr opened this issue Nov 15, 2023 · 2 comments
Assignees
Labels
product / functions Fixes and upgrades for the Appwrite Functions.

Comments

@arrowxpr
Copy link

馃敄 Feature description

The dart runtime in Appwrite's functions is amazing for flutter developers to quickly write and deploy cloud functions written in dart. One major challenge is the lack of type annotations on the APIs. As a flutter developer I am used to strict linting rules from the lint package. It would be great to have types and prevent bugs before they even occur.

馃帳 Pitch

Productivity gets plummeted for most flutter/dart developers when working on projects that lack type annotations. Therefore, Adding types to the dart_appwrite plugin, when used for cloud functions, will speed up workflows and improve productivity.

馃憖 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

馃彚 Have you read the Code of Conduct?

@stnguyen90 stnguyen90 added the product / functions Fixes and upgrades for the Appwrite Functions. label Nov 18, 2023
@stnguyen90
Copy link
Contributor

@arrowxpr, thanks for creating this issue! 馃檹馃徏 Are you referring to type information for the context?

@stnguyen90 stnguyen90 self-assigned this Nov 18, 2023
@arrowxpr
Copy link
Author

@arrowxpr, thanks for creating this issue! 馃檹馃徏 Are you referring to type information for the context?

Yes. Along with other objects such as req and res as well as their properties. It would be great!

@stnguyen90 stnguyen90 changed the title 馃殌 Feature: Add type annotations to APIs of the dart_appwrite plugin when using for cloud functions 馃殌 Feature: Add type annotations for cloud functions Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product / functions Fixes and upgrades for the Appwrite Functions.
Projects
None yet
Development

No branches or pull requests

2 participants