adpluga_flutter
AdPluga Flutter SDK — banner, native, interstitial and rewarded ads served by the AdPluga edge.
0.4.0
adpluga/adpluga-flutter
What this package is like to depend on
Last release 26 days ago
28 Jul 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2026 to Jul 2026Releases
latest 3-
0.4.028 Jul 2026Release notes
Open source →Added
- Audio and video_rewarded ad kinds render via
AdPlugaVideowidget inAdPlugaBanner, enabling autoplay for all video/audio formats.
Fixed
- QuartileFirer now resolves relative ping URLs against the SDK endpoint, fixing quartile tracking when the backend returns relative paths.
- Fixed
AdPluga.maybeInstance?.endpoint→AdPluga.maybeInstance?.config.endpointinAdPlugaVideowidget (2 occurrences).
- Audio and video_rewarded ad kinds render via
-
0.3.020 Jul 2026Release notes
Open source →Added
- IAB viewability dispatch:
AdPluga.fireViewable(resp, slotId)posts/v1/track/viewablewith the served track token. Banner, native, interstitial and rewarded widgets fire it from the same viewability callback that already recorded the impression.
- IAB viewability dispatch:
-
0.2.014 Jul 2026Release notes
Open source →Added
- HTML5 / WebView ad format via
webview_flutter. - Video and rewarded video formats via
video_playerwith VAST-style quartile beacons. - URL sandboxing for embedded creatives (only
http/httpsschemes).
Changed
- Mandatory
AdPluga.initializegate — SDK operations now throw a clearStateErrorif invoked before initialization.
- HTML5 / WebView ad format via