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

A video player for Flutter base on ijkplayer(ffmpeg).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gplayer

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

dependencies:
  gplayer: ^0.0.2

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:gplayer/gplayer.dart';
11
likes
30
pub points
24%
popularity

Publisher

unverified uploader

A video player for Flutter base on ijkplayer(ffmpeg).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, uuid

More

Packages that depend on gplayer