ShubhalaxmiSarwate

Results 1 issues of ShubhalaxmiSarwate

how to implement Upgrader in MaterialApp.router with routerDelegate. i tried using the below code but no alert popped up. ``` return MaterialApp.router( routerDelegate: goRouter.routerDelegate, builder: (context, child) { return UpgradeAlert(...