I'm trying to use Flutter video_player plugin. But the API that the app uses requires a header for authorization.
After I looked up to the plugin's source, I found nothing about supporting the header in Flutter video player. Is there another way?
If not, how can I use an Android native plugin in flutter?
As far as I know Android itself supports this feature. Because I can't wait for the Flutter team to support this feature. My deadline is about to end.
Any help would be appreciated