aitcal_seo 1.0.2 copy "aitcal_seo: ^1.0.2" to clipboard
aitcal_seo: ^1.0.2 copied to clipboard

Platformweb

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 [...]

120/ 160
pub points
22
downloads

We analyzed this package 12 days ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Homepage URL doesn't exist.

At the time of the analysis https://github.com/aitcal/aitcal_seo was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/aitcal/aitcal_seo was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

0 out of 13 API elements (0.0 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: aitcal_seo, aitcal_seo.AitcalSEO, aitcal_seo.AitcalSEO.AitcalSEO.new, aitcal_seo.AitcalSEO.getMetaTagsForRoute, aitcal_seo.AitcalSEO.initializeRouteSEO.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Web

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:aitcal_seo/aitcal_seo.dart that imports:
  • dart:html
Package not compatible with platform iOS

Because:

  • package:aitcal_seo/aitcal_seo.dart that imports:
  • dart:html
Package not compatible with platform Windows

Because:

  • package:aitcal_seo/aitcal_seo.dart that imports:
  • dart:html
Package not compatible with platform Linux

Because:

  • package:aitcal_seo/aitcal_seo.dart that imports:
  • dart:html
Package not compatible with platform macOS

Because:

  • package:aitcal_seo/aitcal_seo.dart that imports:
  • dart:html

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:aitcal_seo/aitcal_seo.dart that imports:
  • dart:html

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.

lib/aitcal_seo.dart:3:1

  ╷
3 │ import 'dart:html' as html;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/aitcal_seo.dart

INFO: Don't use web-only libraries outside Flutter web plugins.

lib/aitcal_seo.dart:3:1

  ╷
3 │ import 'dart:html' as html;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/aitcal_seo.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
webdev ^3.4.0 3.7.2 3.7.2
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
browser_launcher - 1.1.3 1.1.3
build_daemon - 4.1.1 4.1.1
built_collection - 5.1.1 5.1.1
built_value - 8.12.1 8.12.1
characters - 1.4.0 1.4.1
checked_yaml - 2.0.4 2.0.4
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
dap - 1.4.0 1.4.0
dds - 4.2.7 5.1.0
dds_service_extensions - 2.1.0 2.1.0
devtools_shared - 10.0.2 12.0.0
dtd - 2.5.1 4.0.0
dwds - 24.3.11 26.2.3
extension_discovery - 2.1.0 2.1.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
http - 1.6.0 1.6.0
http_multi_server - 3.2.2 3.2.2
http_parser - 4.1.2 4.1.2
io - 1.0.5 1.0.5
json_annotation - 4.9.0 4.9.0
json_rpc_2 - 3.0.3 4.0.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime - 1.0.6 2.0.0
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
pool - 1.5.2 1.5.2
pub_semver - 2.2.0 2.2.0
pubspec_parse - 1.5.0 1.5.0
shelf - 1.4.2 1.4.2
shelf_packages_handler - 3.0.2 3.0.2
shelf_proxy - 1.0.4 1.0.4
shelf_static - 1.1.3 1.1.3
shelf_web_socket - 2.0.1 3.0.0
source_maps - 0.10.13 0.10.13
source_span - 1.10.1 1.10.1
sse - 4.1.8 4.1.8
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
unified_analytics - 8.0.10 8.0.10
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
vm_service - 14.3.1 15.0.2
vm_service_interface - 2.0.1 2.0.1
watcher - 1.2.0 1.2.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
webkit_inspection_protocol - 1.2.1 1.2.1
yaml - 3.1.3 3.1.3
yaml_edit - 2.2.3 2.2.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
120
points
22
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.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, webdev

More

Packages that depend on aitcal_seo