flutter_deepar 0.1.4 copy "flutter_deepar: ^0.1.4" to clipboard
flutter_deepar: ^0.1.4 copied to clipboard

Flutter plugin for the DeepAR augmented reality SDK. Provides camera capture, AR effect loading/switching, and a stream of AR-processed frames (RGBA/BGRA) for use in live streaming, recording, or preview.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_deepar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_deepar: ^0.1.4

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:flutter_deepar/flutter_deepar.dart';
0
likes
140
points
167
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for the DeepAR augmented reality SDK. Provides camera capture, AR effect loading/switching, and a stream of AR-processed frames (RGBA/BGRA) for use in live streaming, recording, or preview.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_deepar

Packages that implement flutter_deepar