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

Quality Player

Quality Video Player #

A Flutter video player widget that supports both landscape and portrait modes, allowing flexible aspect-ratio handling and stretch-to-fill behavior.

Features #

  • Orientation Aware: Automatically switches between native aspect ratio in landscape and fill-to-width in portrait.
  • Auto Initialization & Playback: Initializes the VideoPlayerController and begins playback once ready.
  • Loading State: Displays a customizable loading indicator until the video is ready.
  • Easy Configuration: One widget, minimal setup.

Installation #

dependencies:
  quality_player: <latest_version>

Usage #

import 'package:player/quality_player.dart';

final qualityPlayer = QualityPlayer('https://flutter.github.io/assets-for-api-docs/assets/videos/butterfly.mp4');
1
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Quality Player

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_bloc, video_player, wakelock_plus

More

Packages that depend on quality_player