supabase / gotrue-dart

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

fix: add collection to pubspec.yaml #113

Closed dshukertjr closed 1 year ago

dshukertjr commented 1 year ago

What kind of change does this PR introduce?

There was a warning when trying to release a new version, because collection package used in gotrue_client.dart is not listed on pubspec.yaml. This PR fixes it.

collection v1.17.0 used 2.12.0 as minimal Dart SDK version.