quality_player 0.0.4 copy "quality_player: ^0.0.4" to clipboard
quality_player: ^0.0.4 copied to clipboard

Quality Player is a custom video player built using Flutter’s video_player package. It supports both portrait and landscape modes, so users can watch videos in any screen orientation. The player is fu [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quality_player

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

dependencies:
  quality_player: ^0.0.4

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:quality_player/quality_player.dart';
0
likes
140
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

Quality Player is a custom video player built using Flutter’s video_player package. It supports both portrait and landscape modes, so users can watch videos in any screen orientation. The player is fully responsive, meaning it works smoothly on all mobile and tablet sizes. It's a great choice if you're building an app that needs a clean and flexible video player

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_bloc, video_player, wakelock_plus

More

Packages that depend on quality_player