flutter_video_compress icon indicating copy to clipboard operation
flutter_video_compress copied to clipboard

[Bug] The compression progress no longer works

Open febg11 opened this issue 4 years ago • 4 comments

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.

febg11 avatar Dec 24 '19 12:12 febg11

+1

zhanghuanchong avatar Dec 30 '19 05:12 zhanghuanchong

have you managed to find a solution to this?

febg11 avatar Feb 09 '20 15:02 febg11

+1

yizenlim avatar Feb 14 '20 08:02 yizenlim

+1

samyakkkk avatar Mar 26 '20 16:03 samyakkkk