webify_toolkit 0.1.0
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_toolkitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
webify_toolkit: ^0.1.0Alternatively, 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';