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: Keep compatible with app_links 6.0.0 and 5.0.0 #918

Closed Vinzent03 closed 1 month ago

Vinzent03 commented 1 month ago

What kind of change does this PR introduce?

Bug fix, dependency version bump

What is the current behavior?

app_links 6.0.0 is not supported

What is the new behavior?

5.0.0 is still supported and 6.0.0 now as well, despite the breaking change, by trying both methods with error catching. Additionally, the supabase_flutter packages is now tested with downgraded packages versions as well.

Additional context

915 wanted to drop support for 5.0.0