anandnet / flutter_video_info

A flutter plugin to get basic metadatainfo of a video file.
https://pub.dev/packages/flutter_video_info
MIT License
9 stars 25 forks source link

Fixed android 33 compilation error #23

Closed devianl2 closed 1 year ago

devianl2 commented 1 year ago

Android 33 is having compilation error due to recent change (From no throw exception to throw java.io.Exception):

https://developer.android.com/sdk/api_diff/33/changes/android.media.MediaMetadataRetriever

I added try catch and the problem resolved