highfivve_advertising 0.0.1+4
highfivve_advertising: ^0.0.1+4 copied to clipboard
A Flutter plugin to integrate Highfivve GmbH's native highfivve_advertising.
Changelog #
All notable changes to the highfivve_advertising Flutter plugin will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1+3 - 2025-09-02 #
0.0.1+1 - 2025-07-30 #
- set correct platform channel name
0.0.1 - 2025-07-29 #
Added #
- Initial Release of the Highfivve Advertising Flutter Plugin.
- Banner Ads:
- Introduced
HighfivveBannerAdWidgetfor displaying banner advertisements. - Support for specifying ad
positionand optionalpageType. - Callbacks for
onAdNotFound. - Basic native implementation for Android and iOS using Highfivve's native SDKs.
- Introduced
- SDK Initialization:
HighfivveAdManager.initialize()method to configure the SDK withbundleNameandpublisherCode.
- Platform Integration:
- Native Android (
com.highfivve.advertising_android) and iOS (advertising_ios.xcframework) SDKs are bundled. - Pigeon used for type-safe communication between Dart and native platforms.
- Native Android (
- Documentation:
- Initial
README.mdwith installation instructions, usage examples, and disclaimer. - Basic API documentation comments in Dart code.
- Initial
- Example App:
- Included an example application demonstrating banner ad integration.
- Setup instructions for running the example on both Android and iOS.
- Included an example application demonstrating banner ad integration.
Changed #
- N/A (Initial Release)
Deprecated #
- N/A (Initial Release)
Removed #
- N/A (Initial Release)
Fixed #
- N/A (Initial Release)
Security #
- Added disclaimer regarding customer status with Highfivve GmbH for SDK usage.
- Included initial notes on
PrivacyInfo.xcprivacyrequirements for iOS.