aitcal_seo 1.0.2
aitcal_seo: ^1.0.2 copied to clipboard
aitcal_seo is a Flutter library designed to manage SEO metadata for web apps. It allows dynamic insertion of title, description, keywords, and canonical tags for each route. This helps optimize your a [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aitcal_seoThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aitcal_seo: ^1.0.2Alternatively, 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:aitcal_seo/aitcal_seo.dart';