play 0.0.20 copy "play: ^0.0.20" to clipboard
play: ^0.0.20 copied to clipboard

discontinued

a library dart simple for play audio or video any format on cross platform.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate play

Use it

The package has the following executables:

$ play
$ play_cli

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add play

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

dependencies:
  play: ^0.0.20

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:play/play.dart';
19
likes
0
pub points
66%
popularity

Publisher

unverified uploader

a library dart simple for play audio or video any format on cross platform.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, galaxeus_lib, media_kit, media_kit_video, universal_io, video_player

More

Packages that depend on play