seo 0.0.10 copy "seo: ^0.0.10" to clipboard
seo: ^0.0.10 copied to clipboard

Flutter package for enabling SEO (meta, body tag) support on Web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add seo
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  seo: ^0.0.10
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:seo/seo.dart';
copied to clipboard
125
likes
140
points
7.89k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.14 - 2025.03.29

Flutter package for enabling SEO (meta, body tag) support on Web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, rxdart, web

More

Packages that depend on seo