What this package is like to depend on
Last release 2 months ago
27 May 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
3 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · May 2026 to May 2026Releases
latest 3-
0.3.027 May 2026Release notes
Open source →Brings the Flutter SDK to feature parity with iOS v1.4.0 and Android v1.2.0+ and fixes a set of production crash bugs around partial server responses.
Features
- Feat:
SDKConfig.defaultLanguage— setsAccept-Languageheader on decision and tracking requests - Feat: Granular network timeouts —
SDKConfig.requestTimeout,connectTimeout,receiveTimeout(Duration, default 10 s each);AdMoai.initializenow accepts an optionalhttp.Clientfor cert pinning, proxies, etc. - Feat:
User-Agent: AdMoaiSDK/{version}header on decision + tracking requests - Feat:
Format.videoplacement format (requiresapiVersion = "2025-11-01"+) - Feat: Destination targeting —
Destination(latitude, longitude, minConfidence), builder methodsaddDestinationTargeting/setDestinationTargeting/clearDestinationTargeting, dedup,[0.0, 1.0]validation - Feat: Video metadata fields on
Metadata—duration,aspectRatio,isSkippable,format,style - Feat:
Advertiser.idfield - Feat: Open Measurement verification —
VerificationScriptResourcemodel,Creative.verificationScriptResources,getVerificationResources()andhasOMVerification()helpers, README OM section
Fixes
- Fix:
Advertiser.name/legalName/logoUrl,Template.style,Tracking.impressionsrelaxed to nullable; partial responses no longer crash on parse - Fix:
Metadata.advertiserIdandMetadata.languagerelaxed to nullable - Fix:
getContent,getImpressionUrl,getClickUrl,getCustomUrl,getVideoEventUrlnow returnnullinstead of throwingStateErrorwhen the requested key is not present - Fix: Unmapped HTTP status codes now surface as
UnexpectedStatusError(int statusCode)instead of being collapsed into a genericNetworkError - Fix:
AdMoaiClientno longer rewraps typedAPIErrors intoNetworkError—ClientError,ServerError,ValidationError,UnexpectedStatusErrornow propagate to callers as declared - Fix:
ServerErrornow covers the full 5xx range (was only500exactly)
Release notes
Open source →Brings the Flutter SDK to feature parity with iOS v1.4.0 and Android v1.2.0+ and fixes a set of production crash bugs around partial server responses.
Features
- Feat:
SDKConfig.defaultLanguage— setsAccept-Languageheader on decision and tracking requests - Feat: Granular network timeouts —
SDKConfig.requestTimeout,connectTimeout,receiveTimeout(Duration, default 10 s each);AdMoai.initializenow accepts an optionalhttp.Clientfor cert pinning, proxies, etc. - Feat:
User-Agent: AdMoaiSDK/{version}header on decision + tracking requests - Feat:
Format.videoplacement format (requiresapiVersion = "2025-11-01"+) - Feat: Destination targeting —
Destination(latitude, longitude, minConfidence), builder methodsaddDestinationTargeting/setDestinationTargeting/clearDestinationTargeting, dedup,[0.0, 1.0]validation - Feat: Video metadata fields on
Metadata—duration,aspectRatio,isSkippable,format,style - Feat:
Advertiser.idfield - Feat: Open Measurement verification —
VerificationScriptResourcemodel,Creative.verificationScriptResources,getVerificationResources()andhasOMVerification()helpers, README OM section
Fixes
- Fix:
Advertiser.name/legalName/logoUrl,Template.style,Tracking.impressionsrelaxed to nullable; partial responses no longer crash on parse - Fix:
Metadata.advertiserIdandMetadata.languagerelaxed to nullable - Fix:
getContent,getImpressionUrl,getClickUrl,getCustomUrl,getVideoEventUrlnow returnnullinstead of throwingStateErrorwhen the requested key is not present - Fix: Unmapped HTTP status codes now surface as
UnexpectedStatusError(int statusCode)instead of being collapsed into a genericNetworkError - Fix:
AdMoaiClientno longer rewraps typedAPIErrors intoNetworkError—ClientError,ServerError,ValidationError,UnexpectedStatusErrornow propagate to callers as declared - Fix:
ServerErrornow covers the full 5xx range (was only500exactly)
- Feat:
-
0.2.115 May 2026Release notes
Open source →- Fix: Tracking requests (
fireImpression,fireClick,fireCustom,fireVideoEvent) now send theX-Decision-Versionheader whenapiVersionis configured, matching the decision request
Release notes
Open source →- Fix: Tracking requests (
fireImpression,fireClick,fireCustom,fireVideoEvent) now send theX-Decision-Versionheader whenapiVersionis configured, matching the decision request
- Fix: Tracking requests (
-
0.2.008 May 2026Release notes
Open source →What's new
- Video ads support across JSON, VAST Tag, and VAST XML delivery methods
- Helper methods to detect video ads, extract video URLs, and track video events
- Skippable ads handling
- Example app screen for testing video ads
Published to pub.dev: https://pub.dev/packages/admoai/versions/0.2.0
Full changelog: v0.1.1...v0.2.0
Release notes
Open source →- Feat: Video ads support across JSON, VAST Tag, and VAST XML delivery methods
- Feat: Helper methods to detect video ads, extract video URLs, and track video events
- Feat: Skippable ads handling
- Feat: Example app screen for testing video ads