Flutter – Problem with using go_router and Listview.builder together
I am trying to build a dictionary app. My homepage, which is returned from the main file, is supposed to have the words. I want to implement go router in the home screen which is called DictionaryScreenEnglish, and by tapping…