-
Notifications
You must be signed in to change notification settings - Fork 78
docs: Fix flutter side name confusion #384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Updated import statement for user ID retrieval example.
The "client" keyword is confusing because there is actually a client in the serverpod, so it's better to keep the same name across all docs
Updated references from 'App' to 'Flutter app' for clarity.
SandPod
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good clarification, could you make this change to all 3.x.x versions of the documentation along with the non versioned docs?
The non-versioned docs is required to preserve this change when we create new versions of the documentation.
|
Thank you! Yes, I will work on it! |
…ve clarity - Updated references from "client" to "Flutter app" across multiple documents to enhance consistency and clarity. - Revised sections on endpoint creation, error handling, pagination, caching, and authentication to reflect the Flutter context. - Improved explanations regarding server interactions, emphasizing the role of the Flutter app in various scenarios. - Enhanced descriptions of streaming methods and file uploads to align with Flutter app usage. - Clarified security configuration instructions specific to Flutter apps.
…larity - Changed references from "client" to "Flutter app" in various sections to enhance understanding for Flutter developers. - Updated examples and explanations to specify interactions from the Flutter app perspective. - Clarified error handling and exception management processes in the context of Flutter. - Adjusted pagination, caching, and streaming documentation to align with Flutter app usage. - Enhanced module and security configuration sections to include Flutter-specific instructions.
…sion 3.2.0 to use the correct terminology.
…sion 3.2.0 to use the correct terminology.
…e-endpoint-inheritance
|
I'm back (a bit late, it's been a tough month) with the changes I made, please if you can double-check if everything is correct and let me know if there's anything else I need to do. |
Keeping the same name across all docs will lead to less confusion.