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

Content Uri Support #16

Open dodatw opened 3 years ago

dodatw commented 3 years ago

Hi, is it possiable support medai url like content://

It seem not big change, only need modify this line let it support Uri.parse(mediaUrl) https://github.com/anandnet/flutter_video_info/blob/546e2d9f5a0f5adef6edb743e234019d1b7a9eb3/android/src/main/java/com/example/flutter_video_info/FlutterVideoInfoPlugin.java#L66