available_video_players 1.1.0 available_video_players: ^1.1.0 copied to clipboard
A Flutter plugin for Android to retrieve a list of installed video player applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add available_video_players
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
available_video_players: ^1.1.0
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:available_video_players/available_video_players.dart';