liquid_glass_player 0.0.6
liquid_glass_player: ^0.0.6 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.
Features #
- Glassmorphism Design: Beautiful "frosted glass" effect on the player container.
- Native iOS Performance: Powered by SwiftUI's
AVPlayerfor 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.
