video_compress 2.1.0 video_compress: ^2.1.0 copied to clipboard
Light library of video manipulation of Flutter. Compress video, remove audio, get video thumbnail from dart code.
2.1.0 #
- Added cancel compression to android
- Fix compress progress
- Added audio remove/include to android
- Upgrade to android v2
- Fix subscription progress receive same listener
2.0.0 #
- refactor code Breaking changes, call VideoCompress.method directly, without having to instantiate it.
1.0.0 #
- release new version
0.1.3 #
- added progress listen
0.1.2 #
- Removed unecessary intent when process is done
0.1.1 #
- Change default value to HD
0.1.0 #
- initial release