Flutter video compressor and save to gallery - Flutter source code

2
I build an android app to compress video to any resolutions and save as new file on gallery. If you wish to try let's check source code below.

Demo : 

Packages Installation :

image_picker: ^0.8.5
video_compress: ^3.1.0
gallery_saver: ^2.3.2
path_provider: ^2.0.9

Source code : 

Add following files inside lib directory

1. main.dart

2. home.dart

3. show_progress.dart


Post a Comment

2 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
  1. can you please send GitHub code, because I have implemented same code you have given but some videos are compressing some dont. but your app compressing all videos. those which are not compressed by my machine with same code that also getting compressed on your app. plz help i am stucked.

    ReplyDelete
    Replies
    1. Sorry for late reply. I can't share Github repo but I promise all code shared above is full.

      Delete
Post a Comment

Random Posts