audienzz_sdk_flutter 0.1.6
audienzz_sdk_flutter: ^0.1.6 copied to clipboard
A Flutter plugin that integrates Audienzz Mobile Advertising SDK for easy implementation of advanced ad solutions
0.1.5 #
- Mute GMA ads by default: bump native dependencies to AudienzziOSSDK 0.2.5 and com.audienzz:sdk 0.1.5, which set the GMA mute flag when the backend-driven app volume is 0
0.1.0 #
- Add lazy loading support for banner ads (defers demand fetch until ad enters the viewport)
- Add smart refresh support for banner ads (pauses auto-refresh when ad is off-screen, resumes with stale-aware timing when it returns)
- Add prefetch distance support: configurable margin (default 200 dp/pt) that triggers demand fetch before the ad enters the viewport
- Bump iOS native dependency to AudienzziOSSDK 0.2.1
- Fix infinite loading when lazy load is enabled (AdWidget now always rendered in the widget tree)
0.0.10 #
- Fix crash on network error during initialization
- Implement fallback polling for initialization
0.0.9 #
- Implement sticky ads header
- Bump native dependencies: iOS SDK 0.1.7, Android SDK 0.0.13
- Fix static/dynamic hybrid linking issue
- Update README with sticky ads documentation
0.0.8 #
- Added remote configuration feature
- Updated Readme with new documentation
0.0.7 #
- Added default values for API
- Added automatic PPID feature
- Update Audienzz native dependencies to latest version
0.0.6 #
- Add method to set Schain object
- Update Audienzz native dependencies to latest version
0.0.5 #
- Update Audienzz native dependencies to latest version
- Add support for targeting configuration
0.0.4 #
- Hotfix for multisize feature on iOS platform
0.0.3 #
- Update Audienzz native dependencies to latest version
- Add support for imp level ORTB config
- Add support for multiple ad sizes configuration
0.0.2 #
- Update Audienzz native dependencies to latest version
- Remove deprecated parameters 'appContent', 'keyword' and 'keywords'
0.0.1 #
- Initial release of the sdk wrapper. Supports Banner, Interstitial and Rewarded ad formats.