Closed
Description
💭 Description
Basically the docs from the appwrite.io/docs page are clear, but I expect more finer grained docs from the flutter/dart sdk code to make it much more easier to understand what to do, let me paint a scenario.
- I create a project
- I import appwrite lib in my
main.dart
file. - while initializing the
Client
class [from appwrite lib] I see a paramselfSigned
and ask myself what it means- I attempt a shortcut (
ctrl + j
on AS or Intellij) to show info from the added documentation, and nothing that can help my situation comes up - Confused, I click to go to the declaration to see if there's any helpful info, but alas!!!, there was none.
- At the last, I had to resolve to opening my browser to get info from the official docs.
- I attempt a shortcut (
My point? it would have been incredibly helpful to have the docs from the appwrite lib, even if it's just the public facing part of the lib.
Thank you.
👀 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