video_thumbnail_plugin 0.0.5
video_thumbnail_plugin: ^0.0.5 copied to clipboard
Plugin for generating image and GIF thumbnails from video files from Local, Asset, and Network.
0.0.5 #
- Android dependency updated to
com.github.bumptech.glide:gifencoder-integration:5.0.0
.
0.0.4+2 #
- Bug Fixes in Example.
- Preview added to README.md.
0.0.4+1 #
- Bug Fixes for IOS.
0.0.4 #
- Added support for generating GIF thumbnails and Image from video files or URL or Assets.
- Removed Parameter
multiProcess
fromgenerateGifThumbnail
method. - Changed the return type of the
generateGifThumbnail
andgenerateImageThumbnail
methods 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_interface
dependency. format
parameter is now an enum instead of a string.frameCount
,quality
,delay
, andrepeat
parameters 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.