This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// WARNING | |
// Keep in mind that there are five button, but only four of them redirect to another screen, | |
// since the middle one is a button that triggers the BottomSheet to be shown. | |
// This is the basic GoRouter setup | |
GoRouter( | |
routes: <GoRoute>[ | |
GoRoute( | |
path: '/:screenName(home|discover|notifications|profile)', |