live_beauty_filter 1.0.1 copy "live_beauty_filter: ^1.0.1" to clipboard
live_beauty_filter: ^1.0.1 copied to clipboard

PlatformiOS

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_filter

This 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.1

Alternatively, 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';
0
likes
135
points
13
downloads

Documentation

API reference

Publisher

verified publishersyedbipul.me

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on live_beauty_filter

Packages that implement live_beauty_filter