fijkplayer 0.0.3 copy "fijkplayer: ^0.0.3" to clipboard
fijkplayer: ^0.0.3 copied to clipboard

outdated

Flutter plugin for ijkplayer

fijkplayer #

A Flutter media player plugin for iOS and android based on ijkplayer

Note: This plugin is still under development, and some APIs might not be available yet. Feedback welcome and Pull Requests are most welcome!

Installation #

First, add fijkplayer as a dependency in your pubspec.yaml file.

iOS #

Warning: The video player is not functional on iOS simulators. An iOS device must be used during development/testing.

Android #

Ensure the following permission is present in your Android Manifest file if you want to play a network stream, located in <project root>/android/app/src/main/AndroidManifest.xml:

<uses-permission android:name="android.permission.INTERNET"/>

The example in this plugin project adds it, so it may already be there.

Demo Screenshots #

iOS screenshots

ios_input       ios_video

android screenshots

android_home       android_video
206
likes
0
pub points
95%
popularity

Publisher

unverified uploader

Flutter plugin for ijkplayer

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fijkplayer