Using quick_action with go_router in flutter
I’m trying to add quick actions to my app which is built using GoRouter and Bloc. My problem is that all the examples are adding the quick action initialization to either the _AppState
or the _HomePageState
.