ammazza_webar_flutter 0.0.1 copy "ammazza_webar_flutter: ^0.0.1" to clipboard
ammazza_webar_flutter: ^0.0.1 copied to clipboard

outdated

Virtual Try-On Plugin for flutter

ammazza-webar #

Alt-Text

AMMAZZA is an out-of-box multi-utility product in the market of jewellery with the fusion of AR (Augmented Reality) + AI (Artificial Intelligence) + BI (Business Intelligence).

By integrating Virtual Try-On feature, customers can try jewellery from anywhere anytime.

Virtual Try-On is available for Facial and Hand jewelleries like Earrings, Necklace, Sets, Rings, Bracelets.

Installation #

Add ammazza_webar_flutter as dependency to your pubspec file.

ammazza_webar_flutter:
Android 1. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 31: ``` android { compileSdkVersion 31 ... }
  1. Add permissions to your AndroidManifest.xml file.
iOS Add permission camera to your `Info.plist` file.

Usage #

// import the package
import 'package:ammazza_webar_flutter/ammazza_webar_flutter.dart';

// Use the widget
 clientId = your client id;
 productId = your product id which you want to try at first
 Container(
         child: LiveTryon(clientId: '${clientId}', productId: '${productId}'),
       ),

License #

Weboccult

5
likes
0
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

Virtual Try-On Plugin for flutter

Homepage

License

unknown (license)

Dependencies

flutter, flutter_inappwebview, permission_handler

More

Packages that depend on ammazza_webar_flutter