softlink_flutter 0.0.9
softlink_flutter: ^0.0.9 copied to clipboard
SoftLink Flutter SDK for deep linking, deferred deep linking, and install attribution.
Changelog #
0.0.9 #
- Pass utm_source from URI to resolveToken for accurate traffic source tracking via Universal Links
0.0.8 #
- Fixed deep link re-triggering after first use by removing
_initialUriHandledflag from stream check - Added HTTP 201 status code support alongside 200 for runtime link generation response
- Fixed Android manifest: removed deprecated
packageattribute, addedqueriesblock for Play Install Referrer API support on Android 11+
0.0.7 #
- Updated the configuration to handle the
initial_uriutilized twice - Added the
Google Referrer APIand theSKAdNetworkSupport
0.0.6 #
- Updated
device_info_plusconstraint to^13.2.0 - Added the Platform Support
- Added the fallback URL, and made the URL field optional
0.0.5 #
- Updated
device_info_plusconstraint to^11.5.0 - Updated
app_linksconstraint to^7.2.0 - Fixed example
pubspec.yamlSDK constraint - Added
generateReferralLinkmethod for runtime dynamic link generation - Added dartdoc comments to all public API elements
- Added example app
- Updated repository URL to
https://github.com/Supersoft-Corporation/SL-SDK-Flutter
0.0.4 #
- Updated the README.md file to the correct version
- No code changes from 0.0.1
0.0.3 #
- Published under verified publisher supersoft.com.pk
- No code changes from 0.0.1
0.0.2 #
- Published under verified publisher supersoft.com.pk
- No code changes from 0.0.1
0.0.1 #
- Initial public release
- Deep linking support (app already installed)
- Deferred deep linking via IP + device fingerprinting
- Device-level install attribution (Android ID / iOS IDFV)
- Automatic duplicate URI deduplication
- GetStorage-based persistent storage
- Snapchat CAPI integration support via SoftLink backend
onDeepLinkcallback for custom navigation handling- Support for static and dynamic link types