url_video_player 0.1.0 copy "url_video_player: ^0.1.0" to clipboard
url_video_player: ^0.1.0 copied to clipboard

A Flutter video player that automatically detects and plays YouTube, Facebook, Instagram, and direct video URLs (mp4/webm) — no configuration needed. Gracefully falls back to an external link for priv [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add url_video_player

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

dependencies:
  url_video_player: ^0.1.0

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:url_video_player/url_video_player.dart';
1
likes
140
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter video player that automatically detects and plays YouTube, Facebook, Instagram, and direct video URLs (mp4/webm) — no configuration needed. Gracefully falls back to an external link for private or login-required content.

Repository (GitHub)
View/report issues

Topics

#video #player #youtube #facebook #instagram

License

MIT (license)

Dependencies

chewie, flutter, flutter_inappwebview, shimmer_animation, url_launcher, video_player

More

Packages that depend on url_video_player