routemaster
routemaster copied to clipboard
[Proposal] Sitemap Generation
I'm working on improving the SEO of my Flutter websites, I also use Routemaster for routing in each of them.
Because Routemaster requires a routemap it seems like a nice little add on that we could read that to generate an XML sitemap for Google crawlers.
Flutter won't integrate this since Flutter's default route handling doesn't require such a structure so feels like a nice addition for this package.