Dennis-Krasnov / Flutter-Deep-Link-Navigation

Elegant abstraction for complete deep linking navigation in Flutter
https://pub.dev/packages/deep_link_navigation
MIT License
68 stars 9 forks source link

How can I create a deep link list from external url #2

Open adrianaxente opened 4 years ago

adrianaxente commented 4 years ago

Hello Dennis

I am try to integrate your library with external deep links (string url style). I there an easy generic way to map an string url to a list of deep links ?

Thank you very much an keep up your good work on this package.