supabase / postgrest-dart

Dart client for PostgREST
https://supabase.com
MIT License
136 stars 38 forks source link

fix: lower the minimum SDK version to 2.14 #91

Closed dshukertjr closed 2 years ago

dshukertjr commented 2 years ago

Fix the typedef use case that requires dart 2.16

dshukertjr commented 2 years ago

Github actions failed because of another new lint rule probably introduced in the newer versions, so it should be okay to ignore it.

Vinzent03 commented 2 years ago

We can use Dart v2.14, because http minimum is 2.14. That should apply to all dart downgrades. This doesn't bring any new features, but we shouldn't go lower than needed. (https://medium.com/dartlang/announcing-dart-2-14-b48b9bb2fb67)

dshukertjr commented 2 years ago

@Vinzent03 Good call. Totally missed that! Let me update it on all the libraries.