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

PlatformiOS

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.6

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.

Maintainer #

This project is developed and maintained by Linggom Marpaung, a verified publisher on pub.dev. We are committed to providing high-quality, native-grade Flutter plugins.

License #

MIT License. See LICENSE for more details.

1
likes
150
points
0
downloads
screenshot

Documentation

API reference

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

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on liquid_glass_player

Packages that implement liquid_glass_player