sbis04 / video_trimmer

Flutter video trimmer package
https://pub.dev/packages/video_trimmer
MIT License
431 stars 255 forks source link

Video not saving #44

Closed chinu999 closed 3 years ago

chinu999 commented 4 years ago

some times video save at android/data/com.trimmer.videotrimmer/files/Picture/(video saved here)

but some times it did not save at that place

and where can i find this location /data/user/0/com.trimmer.videotrimmer/app_flutter/Trimmer/image_picker6447870776611015947_trimmed:Aug14,2020-08:25:17.mp4 i did not get it any where in my phone

sbis04 commented 4 years ago

Did you use the default storage option of the package or anything other like StorageDir.externalStorageDirectory?

chinu999 commented 4 years ago

Thanks for replying I figure out the problem what is going on here . Actually in build.gridle file I target to sdk 29 but when I target to sdk 28 everything works fine.Any ideas why this happening.my device using android 10.And emulator using android 9.

SonamKamble commented 4 years ago

@sbis04 I used default storage option , also target sdk is 28. Still getting the same issue as above. Kindly guide me..