-
Notifications
You must be signed in to change notification settings - Fork 68
feature/supa_avatar #136
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?
feature/supa_avatar #136
Conversation
β¦while loading the user avatar
Hey Team, any comments or feedback? I am planning to build more flutter ui components for supabase, like firebase has for storage, database & many more. |
I love the changes you made here. |
Yeah. I wanted to create more UI features for supabase. I was very excited when I started working on it but no one replied for 3 months & I got disappointed. But this morning I saw this comment & really made my day. Kindly let me know if I should work on more UI features for flutter sdk? |
Its a pleasure my brother. I think it would be great if you could do that. I am not sure what is happening in supabase_community as I currently have two open PRs in the mock_supabase_http_client package since March. It can get disappointing when you are trying to help and then no response. If you are up for it, we can create a fork to maintain and grow. If this package starts to get maintained regularly once again we can always merge back into the main repository. |
What kind of change does this PR introduce?
SupaAvatar
widget for displaying & editing user profile avatars.go_router
with route redirection based on Supabase auth state.What is the current behavior?
What is the new behavior?
πΌοΈ SupaAvatar Widget
avatar_url
by default)ποΈ Refactored Folder Structure of example app
Organized example app into:
π Auth-Aware Routing
/sign_in_up
if user is signed out/
if user is signed inAdditional context
Usage