💭 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 param selfSigned 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.
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?
🏢 Have you read the Code of Conduct?
💭 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.
main.dartfile.Clientclass [from appwrite lib] I see a paramselfSignedand ask myself what it meansctrl + jon AS or Intellij) to show info from the added documentation, and nothing that can help my situation comes upMy 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?
🏢 Have you read the Code of Conduct?