supabase / gotrue-dart

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

Fixes incompatible meta version #120

Closed DanMossa closed 1 year ago

DanMossa commented 1 year ago

Fixes issue in supabase-flutter.

Fixes Because every version of flutter from sdk depends on meta 1.8.0 and gotrue >=1.5.0 depends on meta ^1.9.0, flutter from sdk is incompatible with gotrue >=1.5.0. And because every version of supabase from git depends on gotrue ^1.5.0, flutter from sdk is incompatible with supabase from git. So, because supabase_flutter depends on both flutter from sdk and supabase from git, version solving failed.