tapp_sdk 1.0.5
tapp_sdk: ^1.0.5 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.5 — 2025-05-30 #
- Added “test listener” support on Android (
onTestListenerstream)- Emits a simple string payload when
simulateTestEvent()is called - Example app now includes a “Simulate Test Event” button and displays the returned value on screen
- Emits a simple string payload when
- Improved EventChannel logging/debug output
- All raw events (including deferred links and failures) are now logged via
debugPrintin Dart - Native side (Android/iOS) logs each incoming event before it’s sent over Flutter
- All raw events (including deferred links and failures) are now logged via
- Fixed a missing cancellation of the
onTestListenersubscription indispose() - Updated example app UI to show the new “Test Listener” section
- Documentation: added instructions on how to trigger and verify the new test event in the README