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

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

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';
128
likes
140
points
6.73k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, rxdart, web

More

Packages that depend on seo