flutter_seo_builder 1.0.3
flutter_seo_builder: ^1.0.3 copied to clipboard
A Flutter package for generating SEO-friendly tags for web applications.
flutter_seo_builder 🌐 #
A Flutter package to help generate SEO-friendly tags for your web applications. With this package, you can easily add meta tags like <title>
, <meta>
, and Open Graph tags to enhance the SEO of your Flutter web apps.
Features ✨ #
- Add a
<title>
tag for the page. - Add customizable
<meta>
tags for description, author, and more. - Support for Open Graph meta tags for better social media sharing.
- Simple and easy-to-use API.
- No external dependencies—pure Flutter implementation.
Installation 🚀 #
To use the flutter_seo_builder
package in your Flutter project, follow these steps:
- Add the dependency to your
pubspec.yaml
file - Enjoy