ext_video_player 0.1.2 copy "ext_video_player: ^0.1.2" to clipboard
ext_video_player: ^0.1.2 copied to clipboard

Flutter plugin for displaying inline with other Flutter widgets on Android and iOS. This plugin also supports playing youtube videos & RTMP Streams

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ext_video_player

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

dependencies:
  ext_video_player: ^0.1.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:ext_video_player/ext_video_player.dart';
87
likes
100
pub points
84%
popularity

Publisher

verified publisherkarthikponnam.dev

Flutter plugin for displaying inline with other Flutter widgets on Android and iOS. This plugin also supports playing youtube videos & RTMP Streams

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, http, meta, video_player_platform_interface, video_player_web, youtube_explode_dart

More

Packages that depend on ext_video_player