Hello everyone. I have a page where users can upload videos from their gallery.
I’m not using FlutterFlow's built-in local video upload feature because it doesn’t allow me to display the video before uploading it to Supabase. The FlutterFlow video player doesn’t support FFUploadedFile.
Instead, I found this custom code, which uses an image picker to choose a video and return the video path.
This allows users to preview their video and change it if they chose the wrong video before uploading it to Supabase.
My question is: How can I upload a video to Supabase using the video path obtained from the custom code?
Solution
https://www.youtube.com/watch?v=UwyKqREkYvI&lc=UgwFpFa0-lEGGVrZXfB4AaABAg
this is my custom code