embrace_cli 1.0.1 embrace_cli: ^1.0.1 copied to clipboard
A CLI for integrating the Embrace SDK into a Flutter project.
We analyzed this package 2 hours ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: embrace_cli
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: embrace_cli
.
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
0 out of 0 API elements (100.0 %) have documentation comments.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Linux
-
✓ macOS
-
✓ Windows
These platforms are not supported:
Android
Cannot assign Android automatically to a binary only package.
iOS
Cannot assign iOS automatically to a binary only package.
Web
Cannot assign Web automatically to a binary only package.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:embrace_cli/src/android_setup.dart
that imports:package:embrace_cli/src/android_utils.dart
that imports:package:embrace_cli/src/utils.dart
that imports:package:dart_console/dart_console.dart
that imports:package:dart_console/src/console.dart
that imports:package:dart_console/src/ffi/win/termlib_win.dart
that imports:package:dart_console/src/ffi/termlib.dart
that imports:package:dart_console/src/ffi/unix/termlib_unix.dart
that imports:package:dart_console/src/ffi/unix/termios.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 |
---|---|---|---|
dart_console |
^1.1.2 |
1.2.0 | 4.1.0 |
path |
^1.8.3 |
1.9.1 | 1.9.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.1 | 1.3.1 |
clock |
- | 1.1.2 | 1.1.2 |
ffi |
- | 2.1.3 | 2.1.3 |
intl |
- | 0.18.1 | 0.19.0 |
meta |
- | 1.16.0 | 1.16.0 |
win32 |
- | 5.7.2 | 5.7.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.1.2` on dart_console does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions dart_console
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.15
, Dart 3.5.4
.
Check the analysis log for details.