Stack Exchange
Stack Overflow
  • Questions
  • Tags
  • Users
  • About
Stack Overflow
    1. Public
    2. Questions
    3. Tags
    4. Users
    5. About

when i download a mp4 file in getApplicationDocumentsDirectory() path using path_provider why it convert to Unit8list Flutter?

Asked Aug 05 '23 at 19:03
Active Aug 05 '23 at 19:03
Viewed 12 times
-1

i download this file here for video but it does not save a .mp4 format.it saves as a unit8list. i try to convert it to file then play it into video player.it does not play in videoplayer.file

var url = 'https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4';

Widget of download video. it download successfully. in the path

when i download here img or txt format remain same but not for mp4 file

flutter dart path-provider
asked Aug 05 '23 at 19:03
user8874367
  • 1
  • 1
  • You should add code snippet instead of images so can developer easily fix your code – Faisal Faraj Aug 05 '23 at 19:52

0 Answers0