Remering
Results
2
comments of
Remering
trafficstars
I got the same issue in the single player world
Try this ```dart GetMaterialApp.router( debugShowCheckedModeBanner: false, routeInformationParser: GetInformationParser(initialRoute: '/home'), // add this line routerDelegate: GetDelegate(), // add this line ... ) ```