I'm new to flutter and programming for phone apps in general so bear with me.
I have a list when I press something on that list(tap on an element) it will open a new screen with description of that pressed thing(element). Inside that description there is a 'link'(name of a another element that belongs to aforementioned list) when I press that 'link' I would like to go to that elements description. Is that something that is done with navigator?
I tried url_launcher that launches link on web browser(links provided with api exist on webpage). I want that to happen internally.