DeepLinking in Flutter using Firebase Dynamic Links. If DeepLinking using firebase is not your priority or you want to achieve it without firebase, refer to this video where I did it using branch.io :
(Also to understand more about DeepLinking logic and how to implement, this video will be very useful)
• Deeplinking in Flutter using Branch I...
For setting up your project in firebase, you can refer to this video:
• Flutter Cloud Notifications with Fire...
Link for firebase_dynamic_links.dart File (Modify it accordingly) :
https://drive.google.com/file/d/1ZQa4...
Chapters:
00:00 Video Details
03:00 Our Goal
04:17 Understanding App Code Structure
05:38 Setting up initial requirements
08:16 Generating Deep Link from App
16:06 AutoNavigation when app's in background or running
27:47 AutoNavigation when app's out of memory
32:02 Quick Summary