highfivve_advertising 0.0.1+4 copy "highfivve_advertising: ^0.0.1+4" to clipboard
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+4 - 2025-10-21 #

Changed #

  • updated android sdk to 0.0.5 and ios sdk to 0.0.73

0.0.1+3 - 2025-09-02 #

Added #

  • method to retrieve all available ad slots from the configuration: HighfivveAdManager.getAvailableAdSlots(): List<AdSlot>

Changed #

  • updated android sdk to 0.0.4 and ios sdk to 0.0.71

0.0.1+2 - 2025-08-01 #

Changed #

  • ios dependencies updated to latest versions

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 HighfivveBannerAdWidget for displaying banner advertisements.
    • Support for specifying ad position and optional pageType.
    • Callbacks for onAdNotFound.
    • Basic native implementation for Android and iOS using Highfivve's native SDKs.
  • SDK Initialization:
    • HighfivveAdManager.initialize() method to configure the SDK with bundleName and publisherCode.
  • 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.
  • Documentation:
    • Initial README.md with installation instructions, usage examples, and disclaimer.
    • Basic API documentation comments in Dart code.
  • Example App:
    • Included an example application demonstrating banner ad integration.
      • Setup instructions for running the example on both Android and iOS.

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.xcprivacy requirements for iOS.