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.
[Enhancement] Implement User List View with Sorting and Filtering, Improve Loading Indicators, Add Tooltips
Use Case
Changes Made
lib/src/firebase_user/firebase_user_service.dart
:fetchUsers
,sortUsers
, andfilterUsers
methods.bin/main.dart
:lib/utils.dart
:showSpinner
function to display animated spinners in the console.lib/src/firebase_user/firebase_user_service.dart
during user fetching.lib/src/auth/create_user_with_email_and_password.dart
for user creation.lib/src/auth/sign_in_anonymously.dart
for anonymous sign-in.lib/src/auth/sign_out_auth.dart
for user sign-out.lib/src/auth/reload_user.dart
for reloading user data.lib/shared/input_field.dart
:tooltip
parameter and wrapped theTextField
in aTooltip
widget.lib/shared/action_tile.dart
:Tooltip
for action tiles using thetooltipMessage
parameter.lib/screens/sign_up_screen/sign_up_screen.dart
: Added tooltips for email and password fields.lib/screens/sign_in_with_email_and_password_screen.dart
: Added tooltips for email and password fields.lib/screens/update_profile_screen/update_profile_screen.dart
: Added tooltips for profile fields.Outcome
Testing
lib/src/firebase_user/firebase_user_service.dart
.