motion_photos 1.0.0 motion_photos: ^1.0.0 copied to clipboard
A Dart package for detecting and extracting Motion Photo from a image file.
1.0.0 #
-
Removed flutter dependency.
Breaking Changes #
- getMotionVideoFile: Now requires explicit destination Directory as first parameter (previously used system temp dir)
0.0.6 #
- Fixed invalid motion photo detection for Motion photo Top Shot.
0.0.5 #
- Fixed invalid motion photo detection for Pixel Pro 8.
0.0.4 #
- Add valid package description
0.0.3 #
- Fix typos
0.0.2 #
- Fix formatting
0.0.1 #
- Features:
-
IsMotionPhoto
method detects if the give file is MotionPhoto or Not. -
getMotionVideoIndex
method extracts the start and end Index of the MotionPhoto. -
getMotionVideo
method returns [Uint8List] bytes for the video content of the motion photo. -
getMotionVideoFile
method extracts and returns mp4 file of the video content of the motion photo.
-