FLUTTER ECOSYSTEM

link_bridge

A Flutter plugin for handling deep links on Android and iOS. Supports both custom URL schemes and universal links for seamless cross-platform navigation.

Latest version
1.2.2
30-day downloads
76
Likes
32
Pub points
160

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

LinkBridge is a Flutter plugin that enables seamless deep linking on Android and iOS. It supports both custom URL schemes and universal links, allowing apps to handle incoming links across platforms with minimal configuration. Designed for cross-platform consistency, it simplifies navigation from external sources like emails, messages, or web pages directly into specific app states. The plugin integrates smoothly with Flutter’s routing system and provides reliable link parsing and handling.

Use cases
  • Handling app redirects from email links
  • Enabling social media deep links
  • Supporting marketing campaign tracking
  • Facilitating shared content between apps
  • Enabling one-click navigation to in-app content
Key features
  • Supports custom URL schemes
  • Handles universal links on iOS
  • Cross-platform deep linking
  • Simple integration with Flutter routes
  • Automatic link parsing and routing
Suitable for
  • Apps requiring deep link support
  • Marketing and analytics integrations
  • Shared content workflows
  • Cross-platform mobile applications
  • User onboarding via external links
Considerations
  • Requires proper setup of URL schemes and associated domains
  • Needs configuration in AndroidManifest.xml and Info.plist
  • May require testing on physical devices for universal links
  • Limited to Android and iOS platforms
  • Dependent on correct server-side link configuration
Supported platformsAndroidiOS

Install package

flutter pub add link_bridge

Categories

Source repository

Related projects

No data available yet.