cosmo_screen 1.0.1
cosmo_screen: ^1.0.1 copied to clipboard
A library for taking screenshot of application region. Not supported for taking screenshot of chrome
We analyzed this package 42 hours ago, and awarded it 150 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/cosmo-developer/cosmo_screen.git
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
1 out of 4 API elements (25.0 %) have documentation comments.
Some symbols that are missing documentation: cosmo_screen.CosmoScreenFactory
, cosmo_screen.CosmoScreenFactory.CosmoScreenFactory.new
, cosmo_screen.CosmoScreenFactory.getPlatformScreenInterface
.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Windows
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:cosmo_screen/cosmo_screen.dart
that imports:package:cosmo_screen/src/cosmo_screen_base.dart
that imports:package:cosmo_screen/src/win32/win32_cosmo_screen_interface_impl.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:cosmo_screen/cosmo_screen.dart
that imports:package:cosmo_screen/src/cosmo_screen_base.dart
that imports:package:cosmo_screen/src/win32/win32_cosmo_screen_interface_impl.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Linux`.
Because:
package:cosmo_screen/cosmo_screen.dart
that imports:package:cosmo_screen/src/cosmo_screen_base.dart
that imports:package:cosmo_screen/src/win32/win32_cosmo_screen_interface_impl.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:cosmo_screen/cosmo_screen.dart
that imports:package:cosmo_screen/src/cosmo_screen_base.dart
that imports:package:cosmo_screen/src/win32/win32_cosmo_screen_interface_impl.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:cosmo_screen/cosmo_screen.dart
that imports:package:cosmo_screen/src/cosmo_screen_base.dart
that imports:package:cosmo_screen/src/win32/win32_cosmo_screen_interface_impl.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:cosmo_screen/cosmo_screen.dart
that imports:package:cosmo_screen/src/cosmo_screen_base.dart
that imports:package:cosmo_screen/src/win32/win32_cosmo_screen_interface_impl.dart
that imports:package:win32/win32.dart
that imports:package:win32/src/com/iwbemservices.dart
that imports:package:win32/src/com/iunknown.dart
that imports:package:win32/src/win32/ole32.g.dart
that imports:package:win32/src/variant.dart
that imports:package:win32/src/structs.g.dart
that imports:package:win32/src/guid.dart
that imports:package:ffi/ffi.dart
that imports:package:ffi/src/utf8.dart
that imports:dart:ffi
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.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
ffi |
^2.0.2 |
2.1.4 | 2.1.4 | |
win32 |
^3.0.0 |
3.1.4 | 5.14.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^3.0.0` on win32 does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions win32
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.22.21
, Dart 3.8.1
.
Check the analysis log for details.