floatube_player 0.2.1 copy "floatube_player: ^0.2.1" to clipboard
floatube_player: ^0.2.1 copied to clipboard

A Flutter package for a YouTube-style floating video player. Supports picture-in-picture mini-player with snap-to-corner physics, portrait/landscape orientation handling, spring-physics drag gestures, [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add floatube_player

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

dependencies:
  floatube_player: ^0.2.1

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:floatube_player/floatube_player.dart';
3
likes
135
points
96
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for a YouTube-style floating video player. Supports picture-in-picture mini-player with snap-to-corner physics, portrait/landscape orientation handling, spring-physics drag gestures, and a customisable controls layer built on top of video_player.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, video_player

More

Packages that depend on floatube_player