motion_photos
A Dart package for detecting and extracting Motion Photo from a image file.
1.0.0
10K downloads/mo
#2903 most downloaded on pub.dev
ente-io/motion_photos
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
4 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · May 2023 to Nov 2024Releases
latest 4-
1.0.025 Nov 2024Release notes
Open source →-
Removed flutter dependency.
Breaking Changes
- getMotionVideoFile: Now requires explicit destination Directory as first parameter (previously used system temp dir)
-
-
0.0.311 May 2023 -
0.0.211 May 2023 -
0.0.109 May 2023Release notes
Open source →- Features:
-
IsMotionPhotomethod detects if the give file is MotionPhoto or Not. -
getMotionVideoIndexmethod extracts the start and end Index of the MotionPhoto. -
getMotionVideomethod returns [Uint8List] bytes for the video content of the motion photo. -
getMotionVideoFilemethod extracts and returns mp4 file of the video content of the motion photo.
-
- Features: