Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 983 Bytes

File metadata and controls

30 lines (23 loc) · 983 Bytes
title Validate deep links
description Learn how to validate deep links in your app.

:::note As of release 3.27, the deep link validator tool works for both Android and iOS.

To see a demo of the deep link validator, check out the Google I/O 2024 video, No more broken links: Deep linking success in Flutter. :::

The deep link view validates any deep links that are defined in your app.

To use this feature, open DevTools, click into the Deep Links tab, and import a Flutter project that contains deep links.

Screenshot of the Deep Link Validator{:width="100%"}

This tool helps you identify and troubleshoot any errors in your mobile deep link setup, from website configuration to manifest files. DevTools provides instructions on how to fix any issues, making the implementation process easier.