What is Traput?
آخر تحديث: 2026-02-05
Traput is a Firebase Dynamic Links replacement built specifically for Flutter developers.
It provides smart, cross-platform deep linking that works across iOS, Android, and Web:
- Open the app if installed (Universal Links / App Links)
- Fall back to the store if not installed
- Preserve link context through install (deferred deep linking)
Quick start (high level)
- Create a project in the dashboard (you get a subdomain like
myapp.traput.link) - Create an API key
- Create your first link
- Integrate the Flutter SDK and register
Traput.onLink
Next: follow the 5-minute setup at /docs/getting-started/5-minutes.