screenshots 2.1.1
screenshots: ^2.1.1 copied to clipboard
Auto-generation of screenshots for Apple and Play Stores using emulators, simulators and real devices. Includes support for multiple locales and framing. Compatible with fastlane.
We analyzed this package 2 days ago, and awarded it 90 pub points (of a possible 130):
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 16 out of 40 API elements (40.0 %) have documentation comments.
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:screenshots/screenshots.dart
that imports:package:screenshots/src/base/process_common.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
INFO: Prefer typing uninitialized variables and fields.
lib/src/archive.dart:8:9
╷
8 │ final archiveDirPrefix;
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/archive.dart
INFO: Override `hashCode` if overriding `==`.
lib/src/config.dart:184:17
╷
184 │ bool operator ==(other) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/config.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive | ^2.0.9 | 2.0.13 | 3.3.0 |
args | ^1.5.1 | 1.6.0 | 2.3.1 |
file | ^5.0.7 | 5.2.1 | 6.1.2 |
intl | >=0.15.0 <1.0.0 | 0.16.1 | 0.17.0 |
meta | ^1.1.6 | 1.7.0 | 1.7.0 |
path | ^1.6.2 | 1.8.1 | 1.8.1 |
platform | ^2.2.0 | 2.2.1 | 3.1.0 |
process | ^3.0.9 | 3.0.13 | 4.2.4 |
resource | ^2.1.5 | 2.1.7 | 2.1.7 |
tool_mobile | ^1.9.5 | 1.9.5+1 | 1.9.5+1 |
yaml | ^2.1.15 | 2.2.1 | 3.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode | - | 1.3.1 | 1.3.1 |
collection | - | 1.16.0 | 1.16.0 |
convert | - | 2.1.1 | 3.0.1 |
crypto | - | 2.1.5 | 3.0.2 |
pub_cache | - | 0.2.3 | 0.3.1 |
pub_semver | - | 1.4.4 | 2.1.1 |
source_span | - | 1.9.0 | 1.9.0 |
string_scanner | - | 1.1.1 | 1.1.1 |
term_glyph | - | 1.2.0 | 1.2.0 |
tool_base | - | 1.9.5+3 | 1.9.5+3 |
typed_data | - | 1.3.1 | 1.3.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 6 issues. Showing the first 2:
The constraint `^2.0.9` on archive does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions archive
to update the constraint.
The constraint `^1.5.1` on args does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions args
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.2.2 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.12
, Dart 2.17.0
.