flutter_azul_player 1.0.0+1 copy "flutter_azul_player: ^1.0.0+1" to clipboard
flutter_azul_player: ^1.0.0+1 copied to clipboard

A cross Platform video player that uses video_player for android and ios and web, 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_azul_player

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_azul_player: ^1.0.0+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_azul_player/azul_video_player.dart';
import 'package:flutter_azul_player/bar.dart';
import 'package:flutter_azul_player/flutter_meedu_videoplayer_web.dart';
import 'package:flutter_azul_player/forward_and_rewind.dart';
import 'package:flutter_azul_player/init_meedu_player.dart';