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

A premium glassmorphism video player for Flutter (iOS only) with native performance and customizable controls.

Liquid Glass Player #

A premium glassmorphism video player for Flutter (iOS only) that provides a native AVPlayer experience with a sleek, modern, frosted-glass aesthetic.

Liquid Glass Player Demo

Features #

  • Glassmorphism Design: Beautiful "frosted glass" effect on the player container.
  • Native iOS Performance: Powered by SwiftUI's AVPlayer for smooth playback and low battery consumption.
  • Customizable Controls: Easy toggle for auto-play, auto-replay, and native controls.
  • Auto Orientation: Smart handling of landscape and portrait modes.

Installation #

Add liquid_glass_player to your pubspec.yaml:

dependencies:
  liquid_glass_player: ^0.0.1

Usage #

import 'package:liquid_glass_player/liquid_glass_player.dart';

// In your widget tree:
SizedBox(
  height: 250,
  child: LiquidGlassPlayer(
    videoUrl: "https://your-video-url.mp4",
    autoPlay: true,
    showControls: true,
  ),
)

Platform Support #

Android iOS Web macOS Windows Linux

Note: This plugin currently only supports iOS.

License #

MIT License. See LICENSE for more details.

1
likes
0
points
66
downloads

Publisher

verified publisherdeutschefreunde.com

Weekly Downloads

A premium glassmorphism video player for Flutter (iOS only) with native performance and customizable controls.

Repository (GitHub)
View/report issues

Topics

#video #player #glassmorphism #ios #glass

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on liquid_glass_player

Packages that implement liquid_glass_player