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

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

merged 57 commits into from
Jul 26, 2022

Commits on May 30, 2022

  1. breaking: consolidated supabase_state, and supabase_auth_required_sta…

    …te to supabase_auth_state
    dshukertjr committed May 30, 2022
    Configuration menu
    Copy the full SHA
    3486a10 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    05770a4 View commit details
    Browse the repository at this point in the history
  2. breaking: removed onPasswordRecovery on SupabaseAuthState. Users can …

    …use onAuthChange instead
    dshukertjr committed May 31, 2022
    Configuration menu
    Copy the full SHA
    fdc3ade View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    ff4c4e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. fix: re-initialize client

    close #65
    Vinzent03 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    e855eb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    f10cd0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a25f2f View commit details
    Browse the repository at this point in the history
  3. breaking: removed all supabase classes and consolidate all auth relat…

    …ed logic to SupabaseAuth
    dshukertjr committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    bafed0d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    837eef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5cb468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93f630a View commit details
    Browse the repository at this point in the history
  4. test: await supabase init

    Vinzent03 committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    63facc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    debb82f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e35c8e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    6eaae4a View commit details
    Browse the repository at this point in the history
  2. fix: merge main

    dshukertjr committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    64d5ab9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    05daff9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d07f55b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d70ab3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fa0572 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da06da7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e5b56f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a818b5 View commit details
    Browse the repository at this point in the history
  8. fix: typo

    dshukertjr committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    689d35f View commit details
    Browse the repository at this point in the history
  9. fix: updated readme

    dshukertjr committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    87d2ac5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de90849 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    9dd10eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7be7975 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bef4778 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cdbe71 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Merge pull request #135 from dshukertjr/feat/readme

    feat: Add example codes on readme on how to use each feature
    dshukertjr committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    c73157f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Configuration menu
    Copy the full SHA
    9f6b62b View commit details
    Browse the repository at this point in the history
  2. Update lib/src/supabase_auth.dart

    Co-authored-by: Bruno D'Luka <45696119+bdlukaa@users.noreply.github.com>
    dshukertjr and bdlukaa committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    4c634d1 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Co-authored-by: Bruno D'Luka <45696119+bdlukaa@users.noreply.github.com>
    dshukertjr and bdlukaa committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    f76f45d View commit details
    Browse the repository at this point in the history
  4. fix: formatting

    dshukertjr committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    f781537 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de64986 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. chore: publish v0.3.2

    dshukertjr committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ef25399 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #141 from dshukertjr/chore/publish

    chore: publish v0.3.2
    dshukertjr committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e3d1ea6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    8306877 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. chore: publish v0.3.3

    dshukertjr committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    76cc2c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #153 from supabase-community/chore/publish

    chore: publish v0.3.3
    dshukertjr committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    59cc270 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Configuration menu
    Copy the full SHA
    9993a21 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Merge pull request #125 from Vinzent03/re-initialize-instance

    fix: re-initialize client
    dshukertjr committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    3093f70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd1d3ff View commit details
    Browse the repository at this point in the history
  3. Update lib/src/supabase_auth.dart

    Co-authored-by: Bruno D'Luka <45696119+bdlukaa@users.noreply.github.com>
    dshukertjr and bdlukaa committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    2978142 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26caaa4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #124 from dshukertjr/breaking/rework

    BREAKING: Remove SupabaseAuthRequiredState as well as overriding methods in SupabaseAuthState
    dshukertjr committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    21babeb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #154 from supabase-community/dshukertjr-patch-1

    feat: Add real time chat application example.
    dshukertjr committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    21d2270 View commit details
    Browse the repository at this point in the history
  7. fix: run rebase from main

    dshukertjr committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    db3fcd9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a1acc09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e58ecd9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    38331a5 View commit details
    Browse the repository at this point in the history
  11. Update lib/src/supabase_auth.dart

    Co-authored-by: Bruno D'Luka <45696119+bdlukaa@users.noreply.github.com>
    dshukertjr and bdlukaa committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    52f7e24 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    Co-authored-by: Bruno D'Luka <45696119+bdlukaa@users.noreply.github.com>
    dshukertjr and bdlukaa committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    9212904 View commit details
    Browse the repository at this point in the history
  13. fix: formatting

    dshukertjr committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    6eecb1d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7285604 View commit details
    Browse the repository at this point in the history
  15. chore: merge remote

    dshukertjr committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    fa7a736 View commit details
    Browse the repository at this point in the history