deepar_flutter_plus 0.2.0
deepar_flutter_plus: ^0.2.0 copied to clipboard
Enhanced DeepAR Flutter SDK with support for loading effects from assets, file paths, and URLs with caching
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add deepar_flutter_plus
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
deepar_flutter_plus: ^0.2.0
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:deepar_flutter_plus/deepar_flutter_plus.dart';