skip to Main Content

Blob URL to Uint8List – Flutter

I using a package called flutter_sound to record audio in Web but the result after finish the record is like that blob:http://localhost:54779/f1b68f68-8007-4168-abd3-3de5ec8cabbe how to convert it to a Uint8List in flutter to upload it to anything such as firestore.

VIEW QUESTION
Back To Top
Search