flutter_ijkplayer 0.3.5+1 flutter_ijkplayer: ^0.3.5+1 copied to clipboard
Base by bilibili ijkplayer, it's video/audio player, support https、rtmp、m3u8 and more protocol.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_ijkplayer
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_ijkplayer: ^0.3.5+1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_ijkplayer/flutter_ijkplayer.dart';