flutter_meedu_videoplayer 4.3.1 copy "flutter_meedu_videoplayer: ^4.3.1" to clipboard
flutter_meedu_videoplayer: ^4.3.1 copied to clipboard

discontinuedreplaced by: media_kit

A cross Platform video player that uses video_player for android and ios and web, fvp 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.3.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_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';