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

chore: Allow app_links version ^3.5.0 and ^4.0.0 #880

Closed Vinzent03 closed 2 months ago

Vinzent03 commented 2 months ago

What kind of change does this PR introduce?

dependency version bump

What is the current behavior?

Allow app_links version ^3.5.0

What is the new behavior?

Allow app_links version ^4.0.0 as well as ^3.5.0, because no breaking change was made in the api itself. https://pub.dev/packages/app_links/changelog#400

Additional context

close #863