quality_player 0.0.4
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_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
quality_player: ^0.0.4Alternatively, 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';