adadapted_flutter_sdk 0.1.2
adadapted_flutter_sdk: ^0.1.2 copied to clipboard
The AdAdapted Flutter SDK. Integrates the AdAdapted ad platform into a Flutter app: ad zones, keyword intercepts, add-to-list payloads and event reporting.
Changelog #
All notable changes to this project are documented here. This project adheres to Semantic Versioning and its releases are cut from Conventional Commits.
0.1.2 #
No change to the library. The only published files that differ from 0.1.1 are
the two version declarations and this changelog; every line of lib/, android/
and ios/ is identical. The release exists to exercise the automated publishing
pipeline end to end — tag, OIDC exchange, upload — which had never run, so that
its first execution is not one that matters.
0.1.1 #
Packaging only, ahead of the first publish to pub.dev. No change to the library.
Changed #
- The published archive no longer carries CI config,
tool/,renovate.jsonorCLAUDE.md.example/stays, since pub.dev renders it as the Example tab. - Added pub.dev
topics.
0.1.0 #
Initial release. A port of adadapted-react-native-sdk for Flutter.
Added #
AdadaptedFlutterSdk— session lifecycle, keyword intercepts, out-of-app payloads, list reporting and add-to-list acknowledgement.AdZone— one ad per zone, with its own request, refresh countdown and impression pairing, ported from Android'sAdZonePresenter.- Android and iOS platform channel implementations for device info, the advertising identifier and the ad-tracking permission.
- Zones measure their own visibility;
isVisibleis an optional override rather than a required prop. handleDeepLink(url)for out-of-app payload links, so the SDK does not compete with the host app for the platform's link stream.