Best way to implement deep linking in a Flutter app without GoRoute using a custom URL
I am working on a Flutter app and would like to implement deep linking using custom URLs. However, I do not want to use the go_router package and prefer handling deep linking manually. What is the best method or approach…