video_thumbnail 0.4.3
video_thumbnail: ^0.4.3 copied to clipboard
A flutter plugin for creating a thumbnail from a local video file or from a video URL.
0.4.3 #
- Migrate to flutter embedding v2 for Android ( Thanks wangbo4020 )
- Bump to 0.4.3
0.3.3 #
- Revert the 0.3.2, bump version to 0.3.3
0.3.1 #
- Fix some null safety warnings, bump version to 0.3.1
0.3.0 #
- Add the null safety support ( Thanks leynier41@gmail.com ), bump version to 0.3.0
0.2.5+1 #
- Fix the typo in iOS ( Thanks ztsyyb 1194234257@qq.com )
0.2.5 #
- Two enhancement
0.2.4 #
- Fix the missing 'platforms' issue
0.2.3 #
- Generate the thumbnails in a background thread for iOS (Thanks for Hafeez Ahmed)
0.2.2 #
- Fix memory leak ( Thanks for Grigori )
- Additional potential memory leak fix
0.2.1 #
- Remove logging out the setDataSource to prevent leaking the video URL
- Accept the file source with the 'file://' prefix
- Give all default values to make it more user friendly
0.2.0 #
- Breaking change: Switch the
maxHeightOrWidth
tomaxHeight
andmaxWidth
0.1.7 #
- Generate the thumbnail asynchronously on Android. ( Thanks for Tairs Rzajevs )
0.1.6 #
- Add timeMs, use getScaledFrameAtTime to eliminate image scaling if Android API level >= 27
0.1.5+1 #
- Minor updates
0.1.5 #
- Add repository and issue tracker link and bump version to 0.1.5
0.1.3+5 #
- Fix compiler warning
0.1.3+4 #
- Fix "src/dsp/dsp.h" couldn't find issue due to Podfile has "use_frameworks!"
0.1.3+3 #
- Fix the screen shots url issue
0.1.3+2 #
- Add some screen shots
0.1.3 #
- Bump the version
0.0.3 #
- Add test case
0.0.2 #
- Add webp support for iOS
0.0.1 #
- initial release for this flutter plugin.