supabase / postgrest-dart

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

fix: make isolate optional #103

Closed dshukertjr closed 1 year ago

dshukertjr commented 1 year ago

What kind of change does this PR introduce?

Remove the breaking change that was introduced accidentally where PostgrestQueryBuilder now requires an isolate, which is breaking supabase-dart.

dshukertjr commented 1 year ago

Releasing this as it fixes a accidental breaking change.