admesh_flutter_ui_sdk 0.2.0
admesh_flutter_ui_sdk: ^0.2.0 copied to clipboard
Flutter SDK for AdMesh recommendations with native widgets, tracking, and theming.
Changelog #
0.2.0 #
- Migrated the Flutter SDK to the latest
platform-requestandplatform-responseschema only. - Removed backward compatibility with the older flattened recommendation payloads.
- Changed the SDK response surface to
PlatformResponse. - Updated widgets to render directly from
PlatformResponse,recommendation.creative, andtracking. - Aligned click handling with the latest contract by separating tracking hooks from destination URLs.
- Updated the example app and tests for the latest schema-only API.
0.1.0 #
- First public beta release of
admesh_flutter_ui_sdk. - Added native Flutter widgets for tail,
product_card,bridge, and sponsored follow-up recommendation flows. - Added
/aip/contextrequest support withAdMeshSdk, provider-based integration, tracking primitives, andThemeExtension-based theming. - Included example app and unit/widget test scaffolding for serialization, request building, tracking, and layout routing.