webify_toolkit 0.1.0 copy "webify_toolkit: ^0.1.0" to clipboard
webify_toolkit: ^0.1.0 copied to clipboard

Flutter Web SEO Toolkit — Meta tags, structured data (JSON-LD), sitemap generation, social preview cards, and analytics integration. Make your Flutter Web app visible to search engines.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add webify_toolkit

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

dependencies:
  webify_toolkit: ^0.1.0

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:webify_toolkit/webify.dart';
import 'package:webify_toolkit/webify_web.dart';
1
likes
150
points
29
downloads

Documentation

Documentation
API reference

Publisher

verified publisherthesanaullah.dev

Weekly Downloads

Flutter Web SEO Toolkit — Meta tags, structured data (JSON-LD), sitemap generation, social preview cards, and analytics integration. Make your Flutter Web app visible to search engines.

Repository (GitHub)
View/report issues

Topics

#seo #web #meta-tags #analytics #structured-data

License

MIT (license)

Dependencies

flutter, web

More

Packages that depend on webify_toolkit