docs: Fix flutter side name confusion#384
Open
xM1haix wants to merge 8 commits intoserverpod:mainfrom
Open
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
reviewed
Dec 18, 2025
Contributor
SandPod
left a comment
There was a problem hiding this comment.
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.
Author
|
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
Author
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Keeping the same name across all docs will lead to less confusion.