Open o7planning opened 2 years ago
I have successfully integrated your library into my project with "Go_Router". There doesn't seem to be any need for any changes. Although I don't know if "seoRouteObserver" is really needed with "Router" because without it everything works.
I have successfully integrated your library into my project with "Go_Router". There doesn't seem to be any need for any changes. Although I don't know if "seoRouteObserver" is really needed with "Router" because without it everything works.
seoRouteObserver
is mandatory or else the package will not remove previous page from html when you'll navigate to the next screen.
Hello, I am using go_router for my project. Recently I wanted to integrate seo_renderer into my project.
https://pub.dev/packages/go_router
https://pub.dev/packages/seo_renderer
However, the examples show that these 2 libraries are not compatible with each other.
This my my question in stackoverflow:
https://stackoverflow.com/questions/72500928/how-to-integrate-go-router-with-seo-renderer
Hope to get an example from you.