link_bridge 1.0.2
link_bridge: ^1.0.2 copied to clipboard
A Flutter plugin for handling deep links on Android and iOS. Supports both custom URL schemes and universal links for seamless cross-platform navigation.
link_bridge #
A Flutter plugin to support deep linking and deferred deep linking for both Android and iOS.
Features #
- Handles deep links through custom URL schemes and universal links.
- Supports deferred deep links (e.g., links that open the app after installation).
- Platform support:
- ✅ Android
- ✅ iOS
Getting Started #
Installation #
Add link_bridge to your pubspec.yaml:
dependencies:
link_bridge: ^0.0.4