cloudx_flutter 0.18.0
cloudx_flutter: ^0.18.0 copied to clipboard
Complete Flutter SDK wrapper for CloudX Core with privacy compliance (CCPA/COPPA/GPP), targeting APIs, and full ad lifecycle callbacks
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cloudx_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cloudx_flutter: ^0.18.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:cloudx_flutter/cloudx_flutter.dart';