Deferred deep linking for Flutter & React Native
Install one SDK in your app. Create links that survive app installation. Track attribution. Built for indie hackers and small teams.
14-day free trial. $24/month after.
Same deferred deep linking. Same attribution. Same SDKs. Without the enterprise sales call.
| Status | Price | Flutter | Setup | Deferred | |
|---|---|---|---|---|---|
| Firebase | Dead | — | None | — | ✗ |
| Branch | Active | ~$500 | Community | Days | ✓ |
| AppsFlyer | Active | ~$800 | Community | Days | ✓ |
| Redirectly | Active | $24 | Native | 30 min | ✓ |
A complete deep linking platform for mobile apps. No enterprise contract needed.
Links survive app installation. User clicks → store → installs → lands exactly where they should.
Auto-detect iOS or Android. Route to the right store. Desktop gets a fallback page with QR code.
Know which campaigns, creatives, and channels drove each install. Organic vs. paid.
Clicks, installs, UTMs, geo data. Real-time, not overnight batch reports.
links.redirectly.app — your brand on every deep link.
First-class Flutter on pub.dev. React Native included. Built by us, not community forks.
Install the SDK, create a link, listen for clicks.
Add flutter_redirectly to your app. Zero config. Under 50KB.
flutter pub add flutter_redirectly
On app start, listen for incoming links. Works for both new installs and existing users.
final redirectly = FlutterRedirectly(config);
redirectly.onLinkClick.listen((click) {
navigator.push(click.originalUrl);
});Generate deep links with UTM params, referral data, or verification tokens. Share anywhere.
final link = await redirectly.createLink(
target: "myapp://promo",
params: {
"utm_source": "facebook",
"utm_campaign": "summer_sale",
},
);14-day trial · Branch ~$500/mo · AppsFlyer ~$800/mo
Install one SDK. See every click, install, and attribution in one dashboard.
14-day free trial. $24/month after.