puppeteer 3.6.0
puppeteer: ^3.6.0 copied to clipboard
A high-level API to control headless Chrome over the DevTools Protocol. This is a port of Puppeteer in Dart.
310
likes
140/ 140
pub points
91%
popularity
We analyzed this package 5 days ago, and awarded it 140 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
3227 out of 6757 API elements (47.8 %) have documentation comments.
Some symbols that are missing documentation: accessibility
, AXNodeData
, AXNodeData.fromJson
, toJson
, AXNodeId
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:puppeteer/puppeteer.dart
that declares support for platforms:Windows
,Linux
,macOS
,Web
.
Package does not support platform `iOS`.
Because:
package:puppeteer/puppeteer.dart
that declares support for platforms:Windows
,Linux
,macOS
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:puppeteer/puppeteer.dart
that imports:package:puppeteer/src/target.dart
that imports:package:puppeteer/src/page/worker.dart
that imports:package:puppeteer/src/page/execution_context.dart
that imports:package:puppeteer/src/page/page.dart
that imports:package:puppeteer/src/page/network_manager.dart
that imports:package:puppeteer/src/page/frame_manager.dart
that imports:package:puppeteer/src/page/js_handle.dart
that imports:package:puppeteer/src/page/helper.dart
that imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive |
^3.0.0 |
3.4.9 | 3.4.9 |
async |
^2.5.0 |
2.11.0 | 2.11.0 |
collection |
^1.15.0 |
1.18.0 | 1.18.0 |
http |
>=0.13.0 <2.0.0 |
1.1.2 | 1.1.2 |
logging |
^1.0.0 |
1.2.0 | 1.2.0 |
path |
^1.8.0 |
1.8.3 | 1.8.3 |
petitparser |
^6.0.0 |
6.0.2 | 6.0.2 |
pool |
^1.5.0 |
1.5.1 | 1.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
convert |
- | 3.1.1 | 3.1.1 |
crypto |
- | 3.0.3 | 3.0.3 |
http_parser |
- | 4.0.2 | 4.0.2 |
js |
- | 0.6.7 | 0.6.7 |
meta |
- | 1.11.0 | 1.11.0 |
pointycastle |
- | 3.7.3 | 3.7.3 |
source_span |
- | 1.10.0 | 1.10.0 |
stack_trace |
- | 1.11.1 | 1.11.1 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.3.2 | 1.3.2 |
web |
- | 0.4.0 | 0.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analyzed with Pana 0.21.43
, Dart 3.2.1
.
Check the analysis log for details.