-
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
Open
0xharkirat
wants to merge
10
commits into
supabase-community:main
Choose a base branch
from
0xharkirat:feature/supa-avatar
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feature/supa_avatar #136
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
1ee5e9e
fix: route setup using `go_router` & auth redirection logic based on β¦
0xharkirat c0a9ecb
add demo gif & remove the const colors to depend on Theme.of(context)β¦
0xharkirat 44e5f7b
fix: is loading bug
0xharkirat 3b98c8c
add: ui_avatar for text based initials from either email or username β¦
0xharkirat 3493c33
fix: ui_avatar in edit modal, along with save changes visibility
0xharkirat 7547e4e
add: add editor type to avatar (modal or dialog), update readme
0xharkirat 3f3e29b
update: the ui of avatar editor to clean & simple
0xharkirat c863c68
fix: the demo gif & avatar editor screenshots in the readme
0xharkirat e904b57
add snackbar action when uploading is success or error.
0xharkirat 2d59344
remove my supa project credentials
0xharkirat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,93 @@ | ||
PODS: | ||
- app_links (0.0.1): | ||
- app_links (0.0.2): | ||
- Flutter | ||
- AppAuth (1.7.6): | ||
- AppAuth/Core (= 1.7.6) | ||
- AppAuth/ExternalUserAgent (= 1.7.6) | ||
- AppAuth/Core (1.7.6) | ||
- AppAuth/ExternalUserAgent (1.7.6): | ||
- AppAuth/Core | ||
- Flutter (1.0.0) | ||
- google_sign_in_ios (0.0.1): | ||
- AppAuth (>= 1.7.4) | ||
- Flutter | ||
- FlutterMacOS | ||
- GoogleSignIn (~> 7.1) | ||
- GTMSessionFetcher (>= 3.4.0) | ||
- GoogleSignIn (7.1.0): | ||
- AppAuth (< 2.0, >= 1.7.3) | ||
- GTMAppAuth (< 5.0, >= 4.1.1) | ||
- GTMSessionFetcher/Core (~> 3.3) | ||
- GTMAppAuth (4.1.1): | ||
- AppAuth/Core (~> 1.7) | ||
- GTMSessionFetcher/Core (< 4.0, >= 3.3) | ||
- GTMSessionFetcher (3.5.0): | ||
- GTMSessionFetcher/Full (= 3.5.0) | ||
- GTMSessionFetcher/Core (3.5.0) | ||
- GTMSessionFetcher/Full (3.5.0): | ||
- GTMSessionFetcher/Core | ||
- image_picker_ios (0.0.1): | ||
- Flutter | ||
- path_provider_foundation (0.0.1): | ||
- Flutter | ||
- FlutterMacOS | ||
- shared_preferences_foundation (0.0.1): | ||
- Flutter | ||
- FlutterMacOS | ||
- sign_in_with_apple (0.0.1): | ||
- Flutter | ||
- url_launcher_ios (0.0.1): | ||
- Flutter | ||
|
||
DEPENDENCIES: | ||
- app_links (from `.symlinks/plugins/app_links/ios`) | ||
- Flutter (from `Flutter`) | ||
- google_sign_in_ios (from `.symlinks/plugins/google_sign_in_ios/darwin`) | ||
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`) | ||
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) | ||
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) | ||
- sign_in_with_apple (from `.symlinks/plugins/sign_in_with_apple/ios`) | ||
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- AppAuth | ||
- GoogleSignIn | ||
- GTMAppAuth | ||
- GTMSessionFetcher | ||
|
||
EXTERNAL SOURCES: | ||
app_links: | ||
:path: ".symlinks/plugins/app_links/ios" | ||
Flutter: | ||
:path: Flutter | ||
google_sign_in_ios: | ||
:path: ".symlinks/plugins/google_sign_in_ios/darwin" | ||
image_picker_ios: | ||
:path: ".symlinks/plugins/image_picker_ios/ios" | ||
path_provider_foundation: | ||
:path: ".symlinks/plugins/path_provider_foundation/darwin" | ||
shared_preferences_foundation: | ||
:path: ".symlinks/plugins/shared_preferences_foundation/darwin" | ||
sign_in_with_apple: | ||
:path: ".symlinks/plugins/sign_in_with_apple/ios" | ||
url_launcher_ios: | ||
:path: ".symlinks/plugins/url_launcher_ios/ios" | ||
|
||
SPEC CHECKSUMS: | ||
app_links: ab4ba54d10a13d45825336bc9707b5eadee81191 | ||
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 | ||
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8 | ||
shared_preferences_foundation: e2dae3258e06f44cc55f49d42024fd8dd03c590c | ||
url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4 | ||
app_links: 76b66b60cc809390ca1ad69bfd66b998d2387ac7 | ||
AppAuth: d4f13a8fe0baf391b2108511793e4b479691fb73 | ||
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 | ||
google_sign_in_ios: 19297361f2c51d7d8ac0201b866ef1fa5d1f94a8 | ||
GoogleSignIn: d4281ab6cf21542b1cfaff85c191f230b399d2db | ||
GTMAppAuth: f69bd07d68cd3b766125f7e072c45d7340dea0de | ||
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6 | ||
image_picker_ios: 7fe1ff8e34c1790d6fff70a32484959f563a928a | ||
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564 | ||
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7 | ||
sign_in_with_apple: c5dcc141574c8c54d5ac99dd2163c0c72ad22418 | ||
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d | ||
|
||
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3 | ||
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011 | ||
|
||
COCOAPODS: 1.14.3 | ||
COCOAPODS: 1.16.2 |
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.