๐ Bug Report: [dart] new functions use different entry point then current demos.
Pastajello opened this issue ยท 0 comments
Pastajello commented
๐ Reproduction steps
Hello,
current demo functions in Dart are having
main(List<String> args) async
as starting point. But new functions created by the CLI are all having
Future<void> start(final req, final res) async
๐ Expected behavior
Demos should be rewritten to comform to new function API.
๐ Actual Behavior
Dart demos are all having wrong/outdated entry point.
๐ฒ Appwrite version
Different version (specify in environment)
๐ป Operating system
Linux
๐งฑ Your Environment
Appwrite 0.14.2
๐ 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?
- I have read the Code of Conduct