wilderlinks_flutter_sdk 1.0.10
wilderlinks_flutter_sdk: ^1.0.10 copied to clipboard
Flutter SDK for the WilderLinks smart link platform - Universal Link / App Link resolution and deferred deep link matching for apps built with Flutter.
Changelog #
1.0.10 #
- Add Android Play Install Referrer deferred deep link matching helpers.
- Document Flutter Play Install Referrer MethodChannel setup for production Android deferred installs.
1.0.9 #
- Update pub.dev package metadata to the public WilderLinks SDK repository.
1.0.8 #
- Replace placeholder Flutter SDK documentation URLs with real WilderLinks URLs.
- Document dashboard registration, Android/iOS app profile configuration, and optional custom-domain setup for production Flutter SDK integrations.
1.0.7 #
- Update repository and homepage metadata URLs to point to package subdirectory.
- Verified publisher domain integration and code formatting improvements.
1.0.6 #
- Add a dedicated
createShortLink()example for plain short URLs. - Clarify when to use short links versus smart deep links in the docs.
1.0.5 #
- Allow link creation by
pathPrefixso apps can target prefixes like/CFlU/without passing an app profile ID.
1.0.4 #
- Support app-specific prefixed links such as
/x4I9/slug. - Add
appProfileIdto link-creation examples and package docs.
1.0.3 #
- Clarify the README examples for links with and without
deepLinkPayload.
1.0.2 #
- Fix the install instructions so apps only add
wilderlinks_flutter_sdk.
1.0.1 #
- Clean up the public README for pub.dev.
- Update package documentation to use the published
wilderlinks_flutter_sdkdependency.
1.0.0 #
- Initial release.
WilderlinksSdk.handleIncomingUri— resolve a Universal Link / App Link when the app is already installed.WilderlinksSdk.checkDeferredInstall/matchDeferredToken— deferred deep link matching after a fresh install.WilderlinksListener— stream-based wrapper aroundapp_linksthat wires the two together automatically.