Is there any support for supabase resumable upload?
My app needs to be able to upload files of up to 20GB let's say, and normal supabase upload supports up to 5GB, is there any way to implement such upload? There is an implementation in kotlin, but there are no documentations for flutter.
By the way, I tried google cloud storage but flutterflow implementation is a headache.