video_thumbnail_gdx_plus 0.5.8
video_thumbnail_gdx_plus: ^0.5.8 copied to clipboard
A maintained Flutter plugin for creating image thumbnails from local video files or video URLs on Android and iOS.
0.5.8 #
- Give the fork unique Android and iOS plugin identifiers so it can coexist with the original
video_thumbnailpackage without namespace, duplicate-class, or method-channel conflicts.
0.5.7 #
- Fix the README example images on pub.dev by using absolute upstream image URLs.
0.5.6+1 #
- Rename the maintained fork to
video_thumbnail_gdx_plus. - Update package metadata, documentation, imports, example, and iOS podspec for the new package name.
- Add pub.dev topics, including
gdx. - Increase the Gradle heap limit for compatibility with current Flutter Android builds.
0.5.6 #
- Actually add the namespace fix for Android
- Bump to 0.5.6
0.5.5 #
- Thank blissfulsaint(Brandon Lisonbee) for:
- Add namespace fix for Android
- Bump to 0.5.5
0.5.3 #
- Thanks Ajb Coder for:
- Fix: IOException on runtime
- Fix: IOException
- Added IOException to catch with RuntimeException
- Update dart min sdk to 2.16.0
- Upgrade the android compileSdkVersion to 33
- Bump to 0.5.3
0.5.2 #
- Revert the IOException change which causes compiling error on new Android Studio
- Bump to 0.5.2
0.5.1 #
- Add IOException for Android (Thanks k1zerX)
- Fix boolean value issue and enlarge the time window (Thanks niketatjombay)
- Bump to 0.5.1
0.5.0 #
- Make the
thumbnailFileto save image in the cache folder if thepathisnullfor not file based video - Add HTTP headers for not file based video
- Bump to 0.5.0
0.4.6 #
- Thanks for julek-kal, Nailer, nilsreichardt
- fix setDataSource for Android 11
- Fetch closest frame instead of closest keyframe
- Fix typo specify in video_thumbnail.dart
- Change version and bump to 0.4.6
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
maxHeightOrWidthtomaxHeightandmaxWidth
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.