web_scrapper_generator 2.0.3
web_scrapper_generator: ^2.0.3 copied to clipboard
A Dart package for generating web scrapers using various AI models - Claude, Gemini, Codex.
We analyzed this package 11 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/yourusername/web_scrapper_generator was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
99 out of 189 API elements (52.4 %) have documentation comments.
Some symbols that are missing documentation: web_scrapper_generator.ClaudeModel.apiName, web_scrapper_generator.CodexModel.apiName, web_scrapper_generator.ExtractDataByRule.ExtractDataByRule.error, web_scrapper_generator.ExtractDataByRule.ExtractDataByRule.withData, web_scrapper_generator.ExtractDataByRule.errorMessage.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:web_scrapper_generator/web_scrapper_generator.dartthat imports:package:web_scrapper_generator/src/implementations/web_scrapper_codex_impl.dartthat imports:package:web_scrapper_generator/src/mcp_adapters.dartthat imports:package:web_scrapper_generator/src/playwright_setup.dartthat imports:package:gemini_cli_sdk/gemini_cli_sdk.dartthat imports:package:programming_cli_core_sdk/programming_cli_core_sdk.dartthat imports:package:programming_cli_core_sdk/src/prompt_content.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/src/scraping_bee_mcp.dart:217:7
╷
217 │ return result.when(
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/scraping_bee_mcp.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
claude_code_sdk |
^5.0.3 |
5.0.8 | 5.0.8 | |
codex_cli_sdk |
^4.1.3 |
4.1.6 | 4.1.6 | |
dart_mcp |
^0.3.3 |
0.3.3 | 0.5.2 | |
dio |
^5.4.0 |
5.11.1 | 5.11.1 | |
gemini_cli_sdk |
^4.0.3 |
4.0.6 | 4.0.6 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
programming_cli_core_sdk |
^2.1.0 |
2.1.1 | 2.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
dio_web_adapter |
- | 2.2.2 | 2.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_rpc_2 |
- | 4.1.0 | 4.1.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
mime |
- | 2.1.0 | 2.1.0 | |
nanoid2 |
- | 2.1.0 | 2.1.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.2 | 2.1.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.1+2 | 3.4.1+2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.3.3` on dart_mcp does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions dart_mcp to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Dart 3.13.1.
Check the analysis log for details.