PackageTrack
Sign in Get early access

adtogether_sdk

The official AdTogether Flutter SDK — reciprocal ad exchange to increase conversions and grow your audience.

0.5.0 undecided2003/adtogether-flutter-sdk

What this package is like to depend on

Last release 3 months ago

24 May 2026

Ships fairly regularly

a new release about every 8 days

Most releases are documented

notes for 23 of 30 stable releases

Nothing withdrawn

no release was ever pulled

4 months old

30 releases · first in 2026

30 releases in the last 12 months

see the full history below

Release timeline

30 releases · Apr 2026 to May 2026
Release Pre-release

Releases

latest 30
  1. 0.5.0 24 May 2026
    Release notes
    • Fix: Removed package_info_plus dependency — it was the last package transitively pulling in http, which triggers a pub.dev Pana infrastructure bug (advisoriesUpdated must be a String).
    • Internal: Replaced with lightweight native platform info detection using dart:io (no external packages).
    • Result: The SDK now has zero transitive dependencies on http, enabling clean pub.dev analysis.
    Open source →
  2. 0.4.5 03 May 2026

    Nothing published for this version

  3. 0.4.4 03 May 2026
    Release notes
    • Fix: Removed package:http dependency to work around a pub.dev infrastructure bug (advisoriesUpdated must be a String) that was preventing package analysis from completing.
    • Internal: Replaced with a zero-dependency, cross-platform HTTP client using dart:io (native) and browser fetch API (web/WASM).
    • Sync: Version parity (0.4.4) across all AdTogether SDKs.
    Open source →
  4. 0.4.3 03 May 2026
    Release notes
    • Fix: Fixed example project Dart SDK constraints (example/pubspec.yaml) from ^3.11.4 to ">=3.3.0 <4.0.0" to properly pass pub.dev package resolution and analysis.
    • Sync: Version parity (0.4.3) across all AdTogether SDKs.
    Open source →
  5. 0.4.2 03 May 2026

    Nothing published for this version

  6. 0.4.1 03 May 2026
    Release notes
    • Fix: Relaxed Dart SDK constraints to fix dependency resolution failures during pub.dev static analysis.
    • Sync: Version parity (0.4.1) across all AdTogether SDKs.
    Open source →
  7. 0.4.0 03 May 2026
    Release notes
    • Security: Standardized appId as the primary identifier across all platforms.
    • Deprecation: Formally deprecated apiKey in favor of appId to align with the AdTogether dashboard.
    • Sync: Version parity (0.4.0) across all AdTogether SDKs.
    Open source →
  8. 0.3.2 02 May 2026
    Release notes
    • Docs: Added official Model Context Protocol (MCP) server integration instructions to README.
    • Sync: Version parity (0.3.2) across all AdTogether SDKs.
    Open source →
  9. 0.2.2 01 May 2026
    Release notes
    • Domain: Updated base API domain to www.ad-together.org.
    Open source →
  10. 0.2.1 01 May 2026

    Nothing published for this version

  11. 0.2.0 29 Apr 2026
    Release notes
    • Security: Implemented strict validation for required parameters and API keys.
    • Error Handling: Improved error handling for invalid or missing App IDs across all platforms, ensuring graceful failures with descriptive logs.
    Open source →
  12. 0.1.27 24 Apr 2026
    Release notes
    • Docs: Fixed broken "Developer Dashboard" preview image in the package description by switching to an absolute URL.
    Open source →
  13. 0.1.26 23 Apr 2026
    Release notes
    • Fix: Relaxed package_info_plus constraint from ^10.0.0 to >=5.0.0 <11.0.0 to resolve win32 version conflicts with device_info_plus and syncfusion_flutter_pdfviewer.
    Open source →
  14. 0.1.25 22 Apr 2026
    Release notes
    • Docs: Standardized SDK documentation across all platforms.
    Open source →
  15. 0.1.24 22 Apr 2026

    Nothing published for this version

  16. 0.1.23 22 Apr 2026
    Release notes
    • Sync: Version parity across all AdTogether SDKs (Android, iOS, Web, React Native, and Flutter).
    Open source →
  17. 0.1.21 22 Apr 2026

    Nothing published for this version

  18. 0.1.17 20 Apr 2026
    Release notes
    • Fix: Updated interstitial ad image rendering to use BoxFit.contain with a background color instead of BoxFit.cover. This ensures ad images are no longer cropped and maintain their intended aspect ratio.
    Open source →
  19. 0.1.16 19 Apr 2026
    Release notes
    • Fix: Achieved 100% WASM compatibility by isolating transitive dart:io dependencies.
    • Fix: Improved platform detection logic using conditional imports.
    Open source →
  20. 0.1.15 19 Apr 2026
    Release notes
    • Brand: Added official AdTogether logo to package metadata and README.
    Open source →
  21. 0.1.14 19 Apr 2026
    Release notes
    • Feature: Added onAdClosed callback support to banner components.
    • Feature: Improved automatic bundleId detection across all platforms.
    • Security: Hardened ad-serving logic to prevent payout fraud.
    • Sync: Version parity across all AdTogether SDKs.
    • Maintenance: Sync with updated underlying Android and iOS native components.
    Open source →
  22. 0.1.12 17 Apr 2026
    Release notes
    • Feature: Added showCloseButton to AdTogetherBanner.
    • Standardization: Support for onAdLoaded and onAdFailedToLoad across all platform widgets.
    • Layout: Better responsive behavior in landscape mode for both Banner and Interstitial ads.
    Open source →
  23. 0.1.11 17 Apr 2026
    Release notes
    • Fix: Resolved "yellow underline" rendering issue in both Banner and Interstitial widgets by ensuring correct theme inheritance.
    • Layout: Improved landscape mode constraints and scrollable area handling for Interstitial ads on small screens.
    Open source →
  24. 0.1.9 17 Apr 2026
    Release notes
    • Feature: Added onAdLoaded and onAdFailedToLoad callback support to both AdTogetherBanner and AdTogetherInterstitial.
    • Responsive: Implemented orientation-aware layouts for Interstitial ads to prevent overflow in landscape mode.
    • Standardization: Updated API signatures to match the unified AdTogether SDK standard across all platforms.
    Open source →
  25. 0.1.8 16 Apr 2026

    Nothing published for this version

  26. 0.1.7 15 Apr 2026
    Release notes
    • Documentation: Embedded local preview images directly in the package to ensure proper visual rendering on pub.dev.
    • Support: Updated the AdTogether Discord community link.
    Open source →
  27. 0.1.3 14 Apr 2026
    Release notes
    • Fix: Updated repository and issue tracker URLs to correct GitHub path (undecided2003/AdTogether).
    • Maintenance: Corrected documentation links that were resulting in 404 errors.
    Open source →
  28. 0.1.2 14 Apr 2026
    Release notes
    • Documentation Hub: Rewrote README to be a comprehensive documentation hub with detailed API tables and lifecycle guides.
    • Example App: Added a full-featured Flutter example app in example/ demonstrating Banner and Interstitial integration.
    • API Polish: Optimized map literal performance using Dart 3 null-aware elements.
    • Ready for Publish: Final verification for pub.dev release, including all required fields and metadata.
    Open source →
  29. 0.1.1 14 Apr 2026

    Nothing published for this version

  30. 0.1.0 07 Apr 2026
    Release notes
    • Initial release of the AdTogether Flutter SDK.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive