Skip to content
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

feat: add Mac OS and Windows support for deeplinks #136

Merged
merged 57 commits into from Jul 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
3486a10
breaking: consolidated supabase_state, and supabase_auth_required_sta…
dshukertjr May 30, 2022
05770a4
breaking: callback methods are now optional for since they are not al…
dshukertjr May 31, 2022
fdc3ade
breaking: removed onPasswordRecovery on SupabaseAuthState. Users can …
dshukertjr May 31, 2022
ff4c4e9
breaking: remove AuthRequiredState related stuff from readme
dshukertjr Jun 1, 2022
e855eb5
fix: re-initialize client
Vinzent03 Jun 9, 2022
f10cd0a
breaking: moving token refresh logic into SupabaseAuth
dshukertjr Jun 15, 2022
5a25f2f
breaking: make supabase url and anonkey required
dshukertjr Jun 15, 2022
bafed0d
breaking: removed all supabase classes and consolidate all auth relat…
dshukertjr Jun 15, 2022
837eef2
breaking: fixed tests to not use SupabaseAuthState
dshukertjr Jun 16, 2022
d5cb468
fix: lint error on Flutter 2.5 for WidgetsBinding.instance possibly null
dshukertjr Jun 16, 2022
93f630a
fix: calling ensureInitialized in tests
dshukertjr Jun 16, 2022
63facc5
test: await supabase init
Vinzent03 Jun 16, 2022
debb82f
fix: automatically take care of starting and ending deeplink observer
dshukertjr Jun 16, 2022
8e35c8e
test: use mock local storage for init
Vinzent03 Jun 16, 2022
6eaae4a
fix: failing tests due to uniLink call
dshukertjr Jun 17, 2022
64d5ab9
fix: merge main
dshukertjr Jun 17, 2022
05daff9
breaking: remove unused parseUriParameters
dshukertjr Jun 18, 2022
d07f55b
fix: consolidate _initialDeeplinkIsHandled and shouldHandleInitialDee…
dshukertjr Jun 18, 2022
0d70ab3
feat: added initialSession to determine if user is signed in or not u…
dshukertjr Jun 18, 2022
7fa0572
fix: remove unnecessary if statement
dshukertjr Jun 18, 2022
da06da7
fix: make sure the initialSessionCompleter completes
dshukertjr Jun 18, 2022
4e5b56f
fix: change initialSession from Session to GoTrueSessionResponse
dshukertjr Jun 18, 2022
0a818b5
fix: initialSession completing with an error on error
dshukertjr Jun 18, 2022
689d35f
fix: typo
dshukertjr Jun 18, 2022
87d2ac5
fix: updated readme
dshukertjr Jun 18, 2022
de90849
fix: added explanation of initialSession on readme
dshukertjr Jun 18, 2022
9dd10eb
feat: Add example codes on reame on how to use each feature
dshukertjr Jul 6, 2022
7be7975
feat: replace uni_links with app_links to support desktop
dshukertjr Jul 6, 2022
bef4778
feat: update readme to reflect the new changes
dshukertjr Jul 6, 2022
2cdbe71
fix: updated method channel mock to work with the new deeplink package
dshukertjr Jul 6, 2022
c73157f
Merge pull request #135 from dshukertjr/feat/readme
dshukertjr Jul 8, 2022
9f6b62b
fix: duplicate line and header text
dshukertjr Jul 9, 2022
4c634d1
Update lib/src/supabase_auth.dart
dshukertjr Jul 9, 2022
f76f45d
Update README.md
dshukertjr Jul 9, 2022
f781537
fix: formatting
dshukertjr Jul 9, 2022
de64986
fix: removed pubspec_overrides.yaml
dshukertjr Jul 9, 2022
ef25399
chore: publish v0.3.2
dshukertjr Jul 12, 2022
e3d1ea6
Merge pull request #141 from dshukertjr/chore/publish
dshukertjr Jul 12, 2022
8306877
fix: handling more errors on initialDeeplink
dshukertjr Jul 20, 2022
76cc2c2
chore: publish v0.3.3
dshukertjr Jul 22, 2022
59cc270
Merge pull request #153 from supabase-community/chore/publish
dshukertjr Jul 22, 2022
9993a21
feat: Add real time chat application example.
dshukertjr Jul 23, 2022
3093f70
Merge pull request #125 from Vinzent03/re-initialize-instance
dshukertjr Jul 24, 2022
fd1d3ff
Merge branch 'main' into breaking/rework
dshukertjr Jul 24, 2022
2978142
Update lib/src/supabase_auth.dart
dshukertjr Jul 24, 2022
26caaa4
fix: removed analysis error
dshukertjr Jul 24, 2022
21babeb
Merge pull request #124 from dshukertjr/breaking/rework
dshukertjr Jul 24, 2022
21d2270
Merge pull request #154 from supabase-community/dshukertjr-patch-1
dshukertjr Jul 24, 2022
db3fcd9
fix: run rebase from main
dshukertjr Jul 6, 2022
a1acc09
feat: update readme to reflect the new changes
dshukertjr Jul 6, 2022
e58ecd9
fix: updated method channel mock to work with the new deeplink package
dshukertjr Jul 6, 2022
38331a5
fix: duplicate line and header text
dshukertjr Jul 9, 2022
52f7e24
Update lib/src/supabase_auth.dart
dshukertjr Jul 9, 2022
9212904
Update README.md
dshukertjr Jul 9, 2022
6eecb1d
fix: formatting
dshukertjr Jul 9, 2022
7285604
fix: removed pubspec_overrides.yaml
dshukertjr Jul 9, 2022
fa7a736
chore: merge remote
dshukertjr Jul 24, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## [0.3.3]
- feat: update supabase package [v0.3.6](https://github.com/supabase-community/supabase-dart/blob/main/CHANGELOG.md#036)

## [0.3.2]
- chore: add basic example codes on readme.md

## [0.3.1+3]
- fix: OAuth authentication page should open in an external browser

Expand Down