supabase / gotrue-dart

A dart client library for GoTrue.
MIT License
46 stars 37 forks source link

chore: downgrade collection and publish v1.4.1 #115

Closed dshukertjr closed 1 year ago

dshukertjr commented 1 year ago

What kind of change does this PR introduce?

I am just finding out about this, but apparently, the Flutter SDK specifies the version of collection without giving it any range. Because of this, the latest version of gotrue-dart does not run on certain Flutter versions (not even on the latest stable release). This PR downgrades the minimum version of collection to the oldest version that supports null safety.