video_thumbnail_plugin 0.0.4
video_thumbnail_plugin: ^0.0.4 copied to clipboard
Plugin for generating image and GIF thumbnails from video files from Local, Asset, and Network.
0.0.4 #
- Added support for generating GIF thumbnails and Image from video files or URL or Assets.
- Removed Parameter
multiProcessfromgenerateGifThumbnailmethod. - Changed the return type of the
generateGifThumbnailandgenerateImageThumbnailmethods from void to bool, so that the method returns a boolean value indicating whether the thumbnail generation was successful or not. - Android Performance improvements.
- IOS Bug Fixes.
0.0.3 #
- Removed
plugin_platform_interfacedependency. formatparameter is now an enum instead of a string.frameCount,quality,delay, andrepeatparameters are now added as optional parameters to the generateGifThumbnail method.- Changed the return type of the generateImageThumbnail and generateGifThumbnail methods from String? to void.
- Bug Fixes.
0.0.2 #
- Updated Documentation.
0.0.1 #
- Initial release.