supabase-flutter icon indicating copy to clipboard operation
supabase-flutter copied to clipboard

Add support for aborting/canceling requests

Open Dev-Salem opened this issue 10 months ago • 1 comments

Is your feature request related to a problem? Please describe. It's a common use case to cancel/abort a query when it's no longer needed (e.g user scrolling fast in a paginated list, or user leaving the page/ closing a dialog before the query returns). Describe the solution you'd like Add support to cancel requests just like the JS Library

Dev-Salem avatar Apr 23 '24 07:04 Dev-Salem

Assuming http quest need to be cancelled, which unfortunately is not yet supported officially in http package to abort/cancel the http request Design an API to support aborting requests.

Vedsaga avatar May 19 '24 10:05 Vedsaga