flutter_meedu_videoplayer 4.0.9 flutter_meedu_videoplayer: ^4.0.9 copied to clipboard
A cross Platform video player that uses video_player for android and ios and web, video_player_media_kit for windows and linux and macos.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_meedu_videoplayer
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_meedu_videoplayer: ^4.0.9
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_meedu_videoplayer/bar.dart';
import 'package:flutter_meedu_videoplayer/flutter_meedu_videoplayer_web.dart';
import 'package:flutter_meedu_videoplayer/forward_and_rewind.dart';
import 'package:flutter_meedu_videoplayer/init_meedu_player.dart';
import 'package:flutter_meedu_videoplayer/meedu_player.dart';