aitcal_seo 1.0.0 copy "aitcal_seo: ^1.0.0" to clipboard
aitcal_seo: ^1.0.0 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 Dart:

 $ dart pub add aitcal_seo

With Flutter:

 $ flutter pub add aitcal_seo

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

dependencies:
  aitcal_seo: ^1.0.0

Alternatively, your editor might support dart pub get or 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';
2
likes
0
points
59
downloads

Publisher

verified publisheraitcal.com

Weekly Downloads

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 app’s visibility on search engines, improving discoverability and ranking through customizable SEO configurations on a route-by-route basis.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, webdev

More

Packages that depend on aitcal_seo