Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 822 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 822 Bytes

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.