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

A flutter plugin for the JWPlayer platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jw_video_player

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

dependencies:
  jw_video_player: ^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:jw_video_player/configuration/jwplayer_configuration.dart';
import 'package:jw_video_player/jwplayer.dart';
import 'package:jw_video_player/jwplayer_platform_interface.dart';
import 'package:jw_video_player/mobile/jwplayer_method_channel.dart';
import 'package:jw_video_player/player_controller.dart';
import 'package:jw_video_player/player_widget.dart';
import 'package:jw_video_player/shims/dart_ui.dart';
import 'package:jw_video_player/shims/dart_ui_devices.dart';
import 'package:jw_video_player/shims/dart_ui_html.dart';
import 'package:jw_video_player/web/jwplayer_web.dart';
import 'package:jw_video_player/web/web_player_api/web_player_api.dart';
4
likes
120
pub points
45%
popularity

Publisher

unverified uploader

A flutter plugin for the JWPlayer platform.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_web_plugins, js, plugin_platform_interface

More

Packages that depend on jw_video_player