flutter_video_compress
flutter_video_compress copied to clipboard
[Bug] The compression progress no longer works
Description
Provide detailed contextual explanations to help us understand After upgrading from an older version (I am not sure which) the compression progress subscription no longer fires.
Platform
IOS|Android|Both|Other Only tested on Android.
Code Example (if has)
Using the example code in the readme.
_subscription =
_flutterVideoCompress.compressProgress$.subscribe((progress) {
debugPrint('progress: $progress');
});
Expected solution
Expect description of the solution The progress should callback should be firing.
+1
have you managed to find a solution to this?
+1
+1