appwrite/demos-for-functions

๐Ÿ› Bug Report: [dart] new functions use different entry point then current demos.

Pastajello opened this issue ยท 0 comments

๐Ÿ‘Ÿ 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?