flutter_deepar library
Flutter plugin for the DeepAR augmented reality SDK.
Provides camera capture, AR effect loading, and processed frame output.
import 'package:flutter_deepar/flutter_deepar.dart';
final deepar = DeepARController();
await deepar.initialize(licenseKey: 'YOUR_KEY');
await deepar.startCapture();
await deepar.loadEffect('effects/my_filter.deepar');
Classes
- DeepARController
- Controller for the DeepAR augmented reality engine.
- DeepARFrame
- Represents a single AR-processed frame from the DeepAR engine.