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

chore: Internal packages are now imported with version specified #931

Closed dshukertjr closed 4 weeks ago

dshukertjr commented 1 month ago

What kind of change does this PR introduce?

Instead of specifying the version range like "^2.0.0", the internal packages are pinned to specific versions.

supabase-js started doing this recently as well. With this, we can now the versions of the sub-libraries just by obtaining the supabase-flutter version, and it also helps with preventing accidental breaking change affecting a wider range if there were to be one.