flutter_prerender 0.1.2 copy "flutter_prerender: ^0.1.2" to clipboard
flutter_prerender: ^0.1.2 copied to clipboard

Command-line tool that prerenders a Flutter web app to static, crawlable HTML for SEO. Loads each route in headless Chrome and emits headings, links, meta, and a sitemap.

0.1.2 #

  • Docs: make clear up front that this is a command-line tool you run against a flutter build web output, not a package you add to an app's dependencies. Also clarifies why pub.dev lists the platforms the tool runs on (Linux, macOS, Windows) rather than web.

0.1.1 #

  • Docs: tightened the README wording and visuals.

Changelog #

0.1.0 #

Initial release.

  • CLI (flutter_prerender) that prerenders a flutter build web output to static, crawlable HTML, one file per route.
  • Recovers headings, paragraphs, links and image alt text from Flutter's accessibility tree without changing app source.
  • Injects <title>, meta description, canonical, Open Graph, Twitter Card and optional JSON-LD per route.
  • Generates sitemap.xml.
  • Parity guard that compares the generated HTML against Flutter's own accessibility text and warns (or fails, with --fail-on-parity) on injected content.
  • Warnings for routes that recover no content (--fail-on-empty to make it fatal) and for routes that duplicate another route's content.
  • YAML config file and command-line flags, with flags overriding the file. Invalid numeric flags are rejected instead of silently ignored.
1
likes
0
points
952
downloads

Publisher

verified publisherdeveloperyusuf.com

Weekly Downloads

Command-line tool that prerenders a Flutter web app to static, crawlable HTML for SEO. Loads each route in headless Chrome and emits headings, links, meta, and a sitemap.

Repository (GitHub)
View/report issues

Topics

#seo #web #prerender #ssg #flutter

License

unknown (license)

Dependencies

args, html, path, puppeteer, yaml

More

Packages that depend on flutter_prerender