Я реализовал это, используя миниатюры паба.
String thumb = await Thumbnails.getThumbnail(
thumbnailFolder:'[FOLDER PATH TO STORE THUMBNAILS]', // creates the specified path if it doesnt exist
videoFile: '[VIDEO PATH HERE]',
imageType: ThumbFormat.PNG,
quality: 30);
/*
* thumbnailFolder property can be omitted if you dont wish to keep the generated thumbails past each usage
*/