0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.