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
656 stars 154 forks source link

fix: Update app_links dependency to accept v5.0.0 #908

Closed dshukertjr closed 1 month ago

dshukertjr commented 1 month ago

What kind of change does this PR introduce?

Update the dependencies of app_links so that it can use the latest version.

app_links v5.0.0 contains the following update, which shouldn't collide with any of its feature that are being used in supabase_flutter.

Breaking iOs: Application Delegate now returns true for both Universal Links and Custom URL schemes. If you have other packages which could conflict with it, report to the README.md for custom handling. This change is motived by the basic deep linking provided by Flutter and the fact that there is now a workaround for such cases.

What is the current behavior?

app_links v5.0.0 cannot be used with supabase_flutter

What is the new behavior?

app_links v5.0.0 can be used with supabase_flutter