supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
662 stars 155 forks source link

feat: Add `detectSessionInUri` option to optionally disable deep link observer. #848

Closed dshukertjr closed 4 months ago

dshukertjr commented 4 months ago

What kind of change does this PR introduce?

js client has detectSessionInUrl option to optionally disable obtaining sessions from URL. This PR adds the same parameter, but renames the end to uri from url.

Closes https://github.com/supabase/supabase-flutter/issues/847

We've had the following two PRs related to this, but we can finally close these too. https://github.com/supabase/supabase-flutter/pull/669 https://github.com/supabase/supabase-flutter/pull/605

gadfly361 commented 4 months ago

@dshukertjr thank you for this PR 🙏