com_tapp_so_adjust 1.0.3 copy "com_tapp_so_adjust: ^1.0.3" to clipboard
com_tapp_so_adjust: ^1.0.3 copied to clipboard

A Flutter plugin providing unified access to the Tapp SDK on Android and iOS, featuring deferred deep-link handling, affiliate URL generation, event tracking, and full Adjust analytics integration.

1.0.2 – 2025-10-08 #

Changed #

  • Affiliate is now hardcoded to Adjust on both platforms.
    • iOS: initialize now builds TappConfiguration with affiliate: .adjust (enum-based initializer), ignoring any affiliate string passed from Dart.
    • Android: initialize now starts Tapp with Affiliate.ADJUST, ignoring any affiliate argument from Dart.
  • The environment handling on iOS now uses the enum-based initializer (.production / .sandbox) for stricter typing.

Notes / Migration #

  • The Dart API still accepts an affiliate parameter for compatibility, but it is ignored on both iOS and Android and will always use Adjust.
  • If your app relied on switching affiliates at runtime, please plan accordingly. The affiliate parameter is considered deprecated and may be removed in a future major release.

Documentation #

  • README updated to clarify that Adjust is the enforced affiliate on both platforms.
1
likes
135
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin providing unified access to the Tapp SDK on Android and iOS, featuring deferred deep-link handling, affiliate URL generation, event tracking, and full Adjust analytics integration.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_localizations, plugin_platform_interface

More

Packages that depend on com_tapp_so_adjust

Packages that implement com_tapp_so_adjust