flinku_sdk 0.3.1 copy "flinku_sdk: ^0.3.1" to clipboard
flinku_sdk: ^0.3.1 copied to clipboard

The official Flutter SDK for Flinku — deferred deep linking for iOS and Android. Firebase Dynamic Links replacement.

0.3.1 #

  • match() now POSTs to the root API host (apiBaseUrl) derived from baseUrl, with body subdomain + userAgent (flutter/<platform>)
  • match() returns FlinkuLink?null when unmatched, on error, or on non-200 responses

0.3.0 #

  • Added createLink() and createLinks() methods for programmatic link creation

0.2.0 #

  • Project-based architecture — baseUrl is now your project subdomain URL
  • Added params to FlinkuLink — access custom parameters from your links
  • Added title, clickedAt, subdomain, projectId to FlinkuLink
  • Added timeout configuration (default 5 seconds)
  • Added retry logic — retries once on network failure
  • Added double-match prevention — match() returns cached result after first match
  • Added Flinku.reset() for testing
  • Updated subdomain auto-extraction from baseUrl

0.1.0 #

  • Initial release
  • Deferred deep linking support for iOS and Android
  • Fingerprint-based link matching
  • Simple 3-line integration
0
likes
140
points
201
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The official Flutter SDK for Flinku — deferred deep linking for iOS and Android. Firebase Dynamic Links replacement.

Homepage
Repository (GitHub)
View/report issues

Topics

#deep-linking #firebase #deferred-deep-linking #dynamic-links

License

MIT (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on flinku_sdk