Open
Description
Is your feature request related to a problem? Please describe.
As proposed here it seems like it's not planned to integrate the tus client into supabase-js
, because there is already the great library uppy.js
.
Though the best TUS client for Dart I found was this one, which doesn't support Web for persistent storage and is a fork from an older package.
Describe the solution you'd like
I think it feels more in Supabase integrated if the existing supabase-dart client would support TUS as well. So my proposal would be to integrate it in storage-dart
.