get_thumbnail_video
A flutter plugin for creating a thumbnail from a local video file or from a video URL.
0.7.3
106K downloads/mo
#1100 most downloaded on pub.dev
Alberto-Monteiro/video_thumbnail
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 1.2 years
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
6 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Aug 2023 to Nov 2024Releases
latest 6-
0.7.315 Nov 2024Release notes
Open source →- Relaxed the environment constraints for the plugin to support flutter v3.22.0
-
0.7.230 Oct 2024Release notes
Open source →Version 0.7.2
🔄 Structural Changes
- Refactored the Android part to optimize the build process and resolve unchecked operation warnings.
- Improved code clarity and maintainability for future updates.
🐛 Bug Fixes
- Fixed warning related to unchecked cast operations in Java.
- Replaced deprecated methods to ensure better compatibility.
🚀 What's New
- Version 0.7.2 is now available with enhanced performance and stability.
📦 How to Update
To upgrade your project to the latest version, run the following command:
flutter pub upgrade video_thumbnail:0.7.2
Release notes
Open source →- refactor(android): improved build and code optimization
- Refactored the Android part to enhance the build process.
- Fixed warning related to unchecked operations.
- Optimized code for better clarity and maintainability.
-
0.7.130 Oct 2024Release notes
Open source →- Thanks for Andrew-Bekhiet
- Fix memory leak, upgrade gradle wrapper
- Thanks for agufagit
- build(ios): podspec file name and s.name needs to be same as library name
- Thanks for ettaegbe
- Update build.gradle added namespace to support new gradle
- Thanks for Andrew-Bekhiet
-
0.7.029 Oct 2024 -
0.6.121 Aug 2023 -
0.6.021 Aug 2023Release notes
Open source →-
Thanks for Alberto-Monteiro
- refactor code
-
Thanks for Alberto-Monteiro
- Breaking change:
VideoThumbnail.thumbnailFilenow returnsFuture<XFile>instead ofFuture<String?> - Breaking change:
VideoThumbnail.thumbnailDatanow returnsFuture<Uint8List>instead ofFuture<Uint8List?> - migrating to use platform interface
- add web implementation
- Breaking change:
-