motion_photos 0.0.1
motion_photos: ^0.0.1 copied to clipboard
Flutter plugin for detecting motion photos
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. -
getMotionVideo
method extracts and returns mp4 file of the video content of the motion photo.
-