Deeplinking in Flutter Apps — No Firebase Dynamic Links

Dinesh Bala
5 min readSep 18, 2023

As Firebase dynamic links are stopping their functionality soon, there is a need to explore some other ways for implementing deep linking on our Flutter application.

Introducing the deeplink, It is a way of redirecting the user to our app when a certain URL is hit. Example: when you copy some link from Facebook and share it with friends. It will prompt you to open that…

--

--