ammazza_webar_flutter

Creator: coderz1093

Last updated:

0 purchases

ammazza_webar_flutter Image
ammazza_webar_flutter Images

Languages

Categories

Add to Cart

Description:

ammazza webar flutter

ammazza-webar #

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: latest_version
copied to clipboard

Android
1. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 31
android {
compileSdkVersion 31
...
}
copied to clipboard

Add permissions to your AndroidManifest.xml file.

<uses-permission android:name="android.permission.CAMERA" />
copied to clipboard


iOS
Add camera permission 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}'),
),
copied to clipboard
License #
Weboccult

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.