Overview
flutter_redirectly is a Flutter plugin that enables dynamic link functionality using your own backend, offering an alternative to Firebase Dynamic Links. It supports deep linking across Android, iOS, macOS, Windows, and Linux platforms, allowing seamless user redirection based on custom logic. The plugin simplifies handling of incoming links and provides tools for tracking and managing redirects programmatically. Ideal for apps needing full control over link behavior without relying on third-party services.
Use cases
- Handling custom deep links
- Implementing referral tracking
- Managing app redirects with custom backends
- Enabling cross-platform link sharing
- Supporting offline link resolution
Key features
- Self-hosted dynamic links
- Cross-platform support
- Custom backend integration
- Link tracking and analytics
- Simple API for redirect handling
Suitable for
- Developers seeking Firebase alternatives
- Apps requiring custom link logic
- Projects with existing backend infrastructure
- Teams wanting full control over link management
- Multi-platform applications
Considerations
- Requires setup of a custom backend
- Needs proper SSL configuration
- Manual handling of link expiration
- Limited built-in analytics compared to Firebase
- Additional server-side development required