supabase / postgrest-dart

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

chore: publish v1.1.1 #101

Closed dshukertjr closed 1 year ago

Vinzent03 commented 1 year ago

Do we want to remove the isolates for now until we do the testing for using it correctly, or do you want to keep it like it is?

dshukertjr commented 1 year ago

@Vinzent03 Do you mean to remove using isolates altogether because of the performance issue on debug mode? I think it's fine to leave it. At least it's working fine on release mode, so!

Vinzent03 commented 1 year ago

It may confuse the dev that a request takes very long in debug mode. But I guess that's better than risking freezing the ui.