beauty_cam 1.0.5 beauty_cam: ^1.0.5 copied to clipboard
beauty_cam is a plugin that allows you to set beauty and filters, and it supports remote download of filters as well as custom filters(是一个可以设置美颜和滤镜的插件,它支持远程下载滤镜以及自定义滤镜)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add beauty_cam
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
beauty_cam: ^1.0.5
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:beauty_cam/beauty_cam.dart';