highfivve_advertising 0.0.1 copy "highfivve_advertising: ^0.0.1" to clipboard
highfivve_advertising: ^0.0.1 copied to clipboard

A Flutter plugin to integrate Highfivve GmbH's native highfivve_advertising SDKs for both Android and iOS, enabling you to display various ad formats within your Flutter application.

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 - 2025-07-18 #

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.
0
likes
0
points
8
downloads

Publisher

verified publisherhighfivve.com

Weekly Downloads

A Flutter plugin to integrate Highfivve GmbH's native highfivve_advertising SDKs for both Android and iOS, enabling you to display various ad formats within your Flutter application.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, rxdart, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on highfivve_advertising

Packages that implement highfivve_advertising