list_all_videos 1.3.3
list_all_videos: ^1.3.3 copied to clipboard
The list_all_videos package is an indispensable resource for Flutter developers who want to efficiently retrieve video file paths from a user's local storage.
Changelog #
1.3.3 06/02/2025 #
- bugs in generating thumbnails in some devices fixed.
1.3.2 02/01/2025 #
- bugs in generating thumbnails in some devices fixed.
- removed support for ios.
- dependencies upgrades.
1.2.0 24/12/2023 #
- bugs in generating thumbnails in some devices fixed.
1.1.1 18/12/2023 #
- bugs fixed.
1.1.0 13/12/2023 #
- bugs fixed.
1.0.9 09/11/2023 #
- bugs fixed.
1.0.8 07/11/2023 #
- Added a concept of a thumbnail controller, which allows users to generate or initialize thumbnails and stores the path of the thumbnail.
- Introduced a new widget called
ThumbnailTile, enabling users to seamlessly generate thumbnails and use them in their Flutter application.
1.0.7 #
- Added functionalities to generate video thumbnails.
1.0.5 #
- Introduced the
VideoDetailsclass, responsible for storing video details such as the video name, video path, and video size.
1.0.1 #
- Lists all video files from local storage.
0.0.1 #
- Initial package generation.