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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add live_beauty_filterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
live_beauty_filter: ^1.0.1Alternatively, 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:live_beauty_filter/live_beauty_filter.dart';