Top Flutter Deep Linking packages Universal links are used to link to content on websites, mobile apps, and even in-app content, regardless of the platform or device. Universal links are typically used to provide a more seamless and user-friendly experience for users. Deep Linking is the ability to link to specific content within an app. This is different than simply launching an app because it allows you to take the user directly to the content they are looking for. Deep Linking can be used to share content with other users or to promote content within an app. Dynamic Links are deep links into an app that work whether or not users have installed the app yet. When users open a Dynamic Link into an app that is not installed, the app's Play Store page opens, where users can install the app. After users install and open the app, the app displays the deep-linked content. The complete list of Flutter packages that can be used to add App Links, Deep Links, Dynamic Links and Universal Links is provided below.
firebase_dynamic_links
748
Flutter plugin for Google Dynamic Links for Firebase, an app solution for creating and handling links across multiple platforms.
whatsapp_unilink
338
Dart package helping your app interact with WhatsApp via HTTP links (universal links). Works with Flutter.
protocol_handler
68
This plugin allows Flutter apps to register and handle custom protocols (i.e. deep linking).
flutter_facebook_app_links
41
A Flutter plugin to catch deferred deep links from Facebbok ads with FB App Links SDK.
link_bridge
30
A Flutter plugin for handling deep links on Android and iOS. Supports both custom URL schemes and universal links for seamless cross-platform navigation.
uni_links2
26
Flutter plugin for accepting incoming links - App/Deep Links (Android), Universal Links and Custom URL schemes (iOS).
deeplink_x
6
Easy to use Flutter plugin for type-safe external deeplink launching with built-in smart fallback, supporting app stores and popular apps.
flutter_redirectly
5
A Flutter plugin for Redirectly dynamic links - similar to Firebase Dynamic Links but using your own backend.
deeplink_rpc
4
A RPC-via-deeplink communication library coded in Dart. This is dedicated to Flutter mobile applications (iOS / Android).