Flutter 3.41 is live! Check out theFlutter 3.41 blog post!
Validate deep links
Learn how to validate deep links in your app.
As of release 3.27, the deep link validator tool works forboth 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 theDeep Links tab, and import a Flutter project that contains deep links.

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.
Unless stated otherwise, the documentation on this site reflects Flutter 3.38.6. Page last updated on 2025-10-30.View source orreport an issue.