looter 1.2.5 copy "looter: ^1.2.5" to clipboard
looter: ^1.2.5 copied to clipboard

unlisted

A simple yet fully-featured web scraper for both static and dynamically generated web pages.

130/ 160
pub points
28
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/micazi/looter 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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

339 out of 790 API elements (42.9 %) have documentation comments.

Some symbols that are missing documentation: looter, looter.AXNode.AXNode.new, looter.AXNode.empty, looter.AXNode.stateFalse, looter.AXNode.stateMixed.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:looter/looter.dart that imports:
  • package:looter/src/Helpers/exports.helper.dart that imports:
  • package:looter/src/Helpers/browser.helper.dart that imports:
  • package:looter/src/Helpers/chrome_downloader.dart that imports:
  • package:puppeteer/src/downloader.dart that declares support for platforms: Windows, Linux, macOS, Web.
Package does not support platform `iOS`.

Because:

  • package:looter/looter.dart that imports:
  • package:looter/src/Helpers/exports.helper.dart that imports:
  • package:looter/src/Helpers/browser.helper.dart that imports:
  • package:looter/src/Helpers/chrome_downloader.dart that imports:
  • package:puppeteer/src/downloader.dart that declares support for platforms: Windows, Linux, macOS, Web.
Package not compatible with platform Web

Because:

  • package:looter/looter.dart that imports:
  • package:looter/src/Helpers/exports.helper.dart that imports:
  • package:looter/src/Helpers/browser.helper.dart that imports:
  • package:looter/src/Helpers/chrome_downloader.dart that imports:
  • package:puppeteer/src/downloader.dart that imports:
  • dart:io
Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

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

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

Package Constraint Compatible Latest Notes
collection ^1.17.0 1.19.1 1.19.1
html ^0.15.1 0.15.6 0.15.6
http ^0.13.5 0.13.6 1.6.0
logging ^1.1.0 1.3.0 1.3.0
path ^1.8.2 1.9.1 1.9.1
puppeteer ^2.17.0 2.25.1 3.21.0
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.9
async - 2.13.0 2.13.0
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
http_parser - 4.1.2 4.1.2
meta - 1.18.1 1.18.1
petitparser - 5.4.0 7.0.2
pool - 1.5.2 1.5.2
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.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

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

The constraint `^0.13.5` on http does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions http to update the constraint.

The constraint `^2.17.0` on puppeteer does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions puppeteer to update the constraint.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

dart pub downgrade failed with:

OUT:
Resolving dependencies...
Downloading packages...
< archive 3.0.0 (was 3.6.1)
< async 2.5.0 (was 2.13.0)
+ charcode 1.2.0
< collection 1.17.0 (was 1.19.1)
< crypto 3.0.0 (was 3.0.7)
< csslib 0.17.0 (was 1.0.2)
< html 0.15.1 (was 0.15.6)
< http 0.13.5 (was 0.13.6)
[15 more lines]
ERR:
Exceeded timeout of 0:02:00.000000

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.10, Dart 3.11.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
130
points
28
downloads

Documentation

API reference

Publisher

verified publishermicazi.dev

Weekly Downloads

A simple yet fully-featured web scraper for both static and dynamically generated web pages.

Homepage

License

MIT (license)

Dependencies

collection, html, http, logging, path, puppeteer

More

Packages that depend on looter