Flutter - Send headers with video player

1,355

For anyone Who is currently looking for a viable http flutter video plugin a new and really good package has been created which supports http headers for video as well as many other Features. The name of the package is: https://pub.dev/packages/better_player/changelog . Hope you'll like it.

Share:
1,355
Salar Bahador
Author by

Salar Bahador

An Experienced Back End Developer with 6+ years of experience in web development with a demonstrated history of working in the information technology and services industry. Skilled in Mobile Application Development with Flutter and Web Development skills such as Unit Testing, Laravel, and PHP. Conformed to fit different situations and flexible professional who collaborates well with others, but also grasp the full implications of going solo on projects. Currently taking steps towards learning more and gaining further qualifications related to Software engineering. Strong engineering professional with a Master of Engineering - ME focused on Computer Science from Payamnoor University.

Updated on December 21, 2022

Comments

  • Salar Bahador
    Salar Bahador over 1 year

    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