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

flutter_video_info is not working in android 33 #22

Closed Sayedmdkaif closed 1 year ago

Sayedmdkaif commented 1 year ago

G:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_video_info-1.2.0\android\src\main\java\com\example\flutter_video_info\FlutterVideoInfoPlugin.java:92: error: unreported exception IOException; must be caught or declared to be thrown mediaRetriever.release(); ^ Note: G:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_video_info-1.2.0\android\src\main\java\com\example\flutter_video_info\FlutterVideoInfoPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error

FAILURE: Build failed with an exception.

nagendarbalajij-devs commented 1 year ago

@anandnet I have made a fix for this issue and raised a PR

anandnet commented 1 year ago

@nagendarbalajij-devs many thanks for your pr. fix already merged in #23 & flutter_video_info v1.3.1 released.