0 purchases
adcio placement
adcio_placement #
A Flutter plugin that provides a ADCIO placement service. It smartly predicts products with high click or purchase probabilities from the client's products and returns the product information.
To learn more about ADCIO, please visit the ADCIO website
Getting Started #
To get started with ADCIO account, please register ADCIO account
Usage #
There is a simple use example:
import 'package:adcio_placement/adcio_placement.dart';
adcioSuggest(
placementId: '...',
).then((result) {
AdcioSuggestionRawData adcioSuggestionRaw = result;
});
copied to clipboard
To learn more about usage of plugin, please visit the adcio_placement Usage documentation.
Issues and feedback #
If the plugin has issues, bugs, feedback, Please contact [email protected].
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.