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 3 days ago, and awarded it 145 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
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.1").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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.dartthat imports:package:cosmo_screen/src/cosmo_screen_base.dartthat imports:package:cosmo_screen/src/win32/win32_cosmo_screen_interface_impl.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:cosmo_screen/cosmo_screen.dartthat imports:package:cosmo_screen/src/cosmo_screen_base.dartthat imports:package:cosmo_screen/src/win32/win32_cosmo_screen_interface_impl.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:cosmo_screen/cosmo_screen.dartthat imports:package:cosmo_screen/src/cosmo_screen_base.dartthat imports:package:cosmo_screen/src/win32/win32_cosmo_screen_interface_impl.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:cosmo_screen/cosmo_screen.dartthat imports:package:cosmo_screen/src/cosmo_screen_base.dartthat imports:package:cosmo_screen/src/win32/win32_cosmo_screen_interface_impl.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:cosmo_screen/cosmo_screen.dartthat imports:package:cosmo_screen/src/cosmo_screen_base.dartthat imports:package:cosmo_screen/src/win32/win32_cosmo_screen_interface_impl.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
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.2.0 | 2.2.0 | |
win32 |
^3.0.0 |
3.1.4 | 5.15.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.23.9, Dart 3.11.0.
Check the analysis log for details.