Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

🐛 Bug Report: [dart] new functions use different entry point then current demos. #315

Closed
2 tasks done
Pastajello opened this issue Jun 14, 2022 · 0 comments · Fixed by #318
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@Pastajello
Copy link
Contributor

👟 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?

@Pastajello Pastajello added the bug Something isn't working label Jun 14, 2022
@stnguyen90 stnguyen90 linked a pull request Jul 15, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
1 participant