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';
88
likes
110
points
117
downloads

Documentation

API reference

Publisher

verified publisherkarthikponnam.dev

Weekly Downloads

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

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

Packages that implement ext_video_player