flutter_aepassurance 5.0.0 copy "flutter_aepassurance: ^5.0.0" to clipboard
flutter_aepassurance: ^5.0.0 copied to clipboard

Official Adobe Experience Platform support for Flutter apps. Assurance is a new, innovative product from Adobe to help you easily validate SDK implementations.

flutter_aepassurance #

pub package Build License

flutter_aepassurance is a flutter plugin for the iOS and Android Adobe Experience Platform Assurance SDK to allow for integration with Flutter applications. Functionality to enable the Assurance extension is provided entirely through Dart documented below.

Prerequisites #

The Assurance plugin has the following peer dependency, which must be installed prior to installing it:

Installation #

Install instructions for this package can be found here.

Note: After you have installed the SDK, don't forget to run pod install in your ios directory to link the libraries to your Xcode project.

Usage #

For more detailed information on the Assurance APIs, visit the documentation here

Importing the extension: #

import 'package:flutter_aepassurance/flutter_aepassurance.dart';
copied to clipboard

Initializing with SDK: #

To initialize the SDK, use the following methods:

Refer to the root Readme for more information about the SDK setup.

API reference #

extensionVersion #

Returns the SDK version of the Assurance extension.

Syntax

static Future<String> get extensionVersion
copied to clipboard

Example

String version = await Assurance.extensionVersion;
copied to clipboard

startSession #

Starting an Assurance session:

Syntax

static Future<void> startSession(String url)
copied to clipboard

Example

Assurance.startSession(url);
copied to clipboard

Tests #

Run:

flutter test
copied to clipboard

Contributing #

See CONTRIBUTING

License #

See LICENSE

0
likes
140
points
17.5k
downloads

Publisher

verified publisheradobe.com

Weekly Downloads

2024.10.04 - 2025.04.18

Official Adobe Experience Platform support for Flutter apps. Assurance is a new, innovative product from Adobe to help you easily validate SDK implementations.

Homepage
Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_aepcore

More

Packages that depend on flutter_aepassurance