kenji_player 1.0.5
kenji_player: ^1.0.5 copied to clipboard
Kenji Video Player is a video player for flutter. The video_player plugin gives low level access for the video playback.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kenji_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kenji_player: ^1.0.5Alternatively, 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:kenji_player/kenji_player.dart';