jonataslaw / VideoCompress

Compress videos, remove audio, manipulate thumbnails, and make your video compatible with all platforms through this lightweight and efficient library.
MIT License
228 stars 265 forks source link

Error: Type 'Uint8List' not found. ../…/video_compress/video_compressor.dart:53 Future<Uint8List?> getByteThumbnail( ) #214

Open jakhongirovjasurbek opened 1 year ago

shazadmaved commented 1 year ago

@jakhongirovjasurbek any solution you have found?

waqas6692 commented 1 year ago

In video_compress 3.1.2 version, import of 'import dart:typed_data;' is missing. so I added this line in video_compressor.dart of Package file, flutter clean then flutter pub get Working like a charm.

ronnygomezp21 commented 3 months ago

not solution