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.
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.