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

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';
103
likes
130
pub points
90%
popularity

Publisher

unverified uploader

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

More

Packages that depend on seo