adcio_placement

pub package

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;
});

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 app@corca.ai.

Libraries

adcio_placement