LinkSense
FeaturesPricingDocs
Sign InGet Started
LinkSense

Smart dynamic mobile links for the modern web

Product

  • Features
  • Pricing
  • Documentation

Company

  • About
  • Contact
  • Privacy
  • Terms
  • Refund Policy

Support

  • Help Center

© 2026 Informacijske storitve BACK2PIXELS, Jan Kokalj s.p. All rights reserved.

Getting Started

Introduction

Core Features

ProjectsDynamic LinksURL ShorteningSocial PreviewsAnalytics

Deep Linking

iOS Deep LinkingAndroid Deep Linking

Mobile SDKs

iOS SDKBetaAndroid SDKBetaFlutter SDKBetaFlutterFlow SDKSoonReact Native SDKPreview

Account & Billing

Plans & Billing

Migration

Firebase Migration

API Reference

API OverviewAPI Endpoints
DocsMobile SDKsFlutterFlow SDK
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(...) and start() on app launch (typically from your App State → On App Launch action chain).
  • Add a second Custom Action that subscribes to LinkSense.instance.deferredDeepLinks and 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.

Flutter SDKUse the published Flutter plugin from FlutterFlow custom code.iOS SDKNative Swift integration.
PreviousFlutter SDKNextReact Native SDK

On this page

StatusUsing LinkSense in FlutterFlow TodayGet Notified
Android SDKNative Kotlin integration.
React Native SDKCurrently in private preview.