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

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: latest_version
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.
 <uses-permission android:name="android.permission.CAMERA" />
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}'),
       ),

License #

Weboccult

6
likes
90
pub points
0%
popularity

Publisher

unverified uploader

Virtual Try-On Plugin for flutter

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_inappwebview, permission_handler

More

Packages that depend on ammazza_webar_flutter