Mobile SDKs
FlutterFlow SDK
A dedicated LinkSense Custom Action for FlutterFlow is on the roadmap.
Status
Coming Soon
A FlutterFlow Custom Action is on the way
We're working on a drop-in FlutterFlow Custom Action that exposes
configure, deferredDeepLinks, and link CRUD as visual actions you can drag into any FlutterFlow page. No ETA yet — see Get Notified below to hear when it ships.Flutter SDK (the foundation)
Custom Action package
Visual configuration in FlutterFlow
Public marketplace listing
Using LinkSense in FlutterFlow Today
FlutterFlow supports custom Flutter dependencies and custom code, so you can integrate LinkSense via the published Flutter plugin today:
- In your FlutterFlow project, open Custom Code → Dependencies and add
linksense: 0.1.0. - Create a Custom Action that calls
LinkSense.instance.configure(...)andstart()on app launch (typically from your App State → On App Launch action chain). - Add a second Custom Action that subscribes to
LinkSense.instance.deferredDeepLinksand triggers a FlutterFlow Navigate or App State Update with the resolved URI.
The platform setup steps in the Flutter SDK guide apply identically to FlutterFlow-generated projects — including the SPM toggle on iOS and the Maven Central resolution on Android.
Test runs in FlutterFlow
FlutterFlow's in-browser Run Mode doesn't support native plugins, so LinkSense calls will throw MissingPluginException there. Use Local Run or Test Mode (real device) to validate attribution and deferred deep linking.
Get Notified
Want to hear when the FlutterFlow Custom Action ships? Reach out at mrkokalj@gmail.comand we'll add you to the announcement list.