ar_tryon_view 0.0.3
ar_tryon_view: ^0.0.3 copied to clipboard
Flutter plugin that embeds a native Android camera preview using PlatformView + CameraX and supports transparent PNG overlay effects (e.g., glasses, masks, accessories) for virtual try-on experiences [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ar_tryon_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ar_tryon_view: ^0.0.3Alternatively, 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:ar_tryon_view/ar_tryon_view.dart';