supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
662 stars 155 forks source link

fix: Use per client fetch instance #818

Closed Vinzent03 closed 5 months ago

Vinzent03 commented 5 months ago

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

One global fetch instance is used for all storage clients.

What is the new behavior?

The fetch instance containing the custom http client is now per storage client.

Additional context

close #771