ulynx 0.3.0
ulynx: ^0.3.0 copied to clipboard
ulynx deferred deep linking SDK for Flutter — resolve deferred links and app links to a unified UlynxLink.
Changelog #
0.3.0 #
- The deferred-link clipboard read now happens only once (first launch after install), so iOS no longer shows the "Allow Paste" prompt on every launch. Adds a
shared_preferencesdependency;UlynxClientgained an optional injectableDeferredAttemptStore.
0.2.0 #
- Breaking:
UlynxClientno longer takesengineBaseUrl; the engine base URL is now fixed tohttps://sdk.ulynx.io. Construct withUlynxClient()(optionally pass aTokenSource/http.Client).
0.1.0 #
- Initial release:
UlynxClientwithresolveDeferredLink(),linkFromUrl(String), andreportOpen(UlynxLink).