gstplayer 0.0.1 copy "gstplayer: ^0.0.1" to clipboard
gstplayer: ^0.0.1 copied to clipboard

Cross-platform Flutter video player plugin decoding local/network video with GStreamer (native C core + Dart FFI) and rendering into Flutter external Texture widgets.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gstplayer

With Flutter:

 $ flutter pub add gstplayer

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

dependencies:
  gstplayer: ^0.0.1

Alternatively, your editor might support dart pub get or 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';
0
likes
0
points
168
downloads

Publisher

unverified uploader

Weekly Downloads

Cross-platform Flutter video player plugin decoding local/network video with GStreamer (native C core + Dart FFI) and rendering into Flutter external Texture widgets.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

chat_context_menu, ffi, flutter, screen_brightness

More

Packages that depend on gstplayer

Packages that implement gstplayer