seo 0.0.9 copy "seo: ^0.0.9" to clipboard
seo: ^0.0.9 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

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

dependencies:
  seo: ^0.0.9

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';
108
likes
140
points
9.65k
downloads

Publisher

unverified uploader

Weekly Downloads

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