flutter_video_info 1.3.2 flutter_video_info: ^1.3.2 copied to clipboard
A flutter plugin to get basic metadata information of a video file.
1.3.2 #
- enhance: The latitude and longitude formats obtained by Android and iOS are unified by @yohom
- flutter 3.16 support added.(android name space added to support AGP 8 compile sdk updated to 33 example update to fix build error) by @shofizone
1.3.1 #
- Fixed IO Exception (android API level 33)
1.2.0 #
- Null Safety Support
- Prevent Exception when file path incorrect
- Minor changes
1.1.0 #
- video duration fixed to milliseconds (ios)
- video Orientation added (ios)
- Switching to MediaMetadataRetriever for the date of creation/modification (android)
- Some minor changes
1.0.1 #
- Bug fixed
1.0.0 #
- Compatible for Ios devices
0.1.0 #
- Warning removed, License added
0.0.1 #
- initial release.