Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible to use GoRouter in Flutter to perform routing without the need for context. GoRouter provides a way to perform routing by using a URL-like syntax and simple callbacks, which makes it easy to navigate between screens or views without the need for context. This is especially useful when dealing with complex navigation structures or when trying to abstract your application's routing logic away from the UI layer.