live_beauty_filter 1.0.1
live_beauty_filter: ^1.0.1 copied to clipboard
A Flutter plugin for iOS that applies a real-time milky/soft beauty filter to the live camera feed, entirely on the GPU. Built on AVFoundation + CoreImage + Metal — zero CPU pixel processing.
1.0.0 #
- Initial release.
- Real-time milky/soft beauty filter on live camera feed, GPU-only via CoreImage + Metal.
- Filter chain: Gaussian blur → Bloom/Glow → Color grade (brightness + contrast lift).
- Adjustable filter intensity at runtime (0.0 → 1.0) via
MilkyFilterController. - Drop-in
MilkyCameraViewwidget with built-in intensity slider. - Zero-copy frame delivery to Flutter via
Texturewidget. - Front camera support with correct mirroring and portrait orientation.
- iOS 14+ only.