gstplayer 0.0.3
gstplayer: ^0.0.3 copied to clipboard
A polished, all-in-one Flutter video player powered by GStreamer — beautiful built-in controls and broad format support for local and network video on mobile and desktop.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gstplayerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gstplayer: ^0.0.3Alternatively, 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:gstplayer/gstplayer.dart';