adcio_placement 1.0.0 copy "adcio_placement: ^1.0.0" to clipboard
adcio_placement: ^1.0.0 copied to clipboard

This is the placement service for the ADCIO project in Flutter.

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.

1
likes
130
pub points
11%
popularity

Publisher

verified publishercorca.ai

This is the placement service for the ADCIO project in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

adcio_analytics, adcio_core, flutter, http

More

Packages that depend on adcio_placement