Skip to content

feat: sentry.properties #373

feat: sentry.properties

feat: sentry.properties #373

GitHub Actions / Analysis of sentry_dart_plugin succeeded Jan 29, 2024 in 1m 32s

Package analysis results for sentry_dart_plugin

Score

130/140 points
(92.85714285714286%)

Supported platforms

  • Flutter
    • android
    • ios
    • windows
    • linux
    • macos
  • Dart
    • native-aot
      Can be aot compiled with eg. dart2native (Can use dart:io but not dart:mirrors)
    • native-jit
      Can be run with the dart vm in jit mode. (Can use dart:io and dart:mirrors)

Details

Follow Dart file conventions (30/30)

✔ 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: MIT.

Provide documentation (20/20)

✔ 10/10 points: 20% or more of the public API has dartdoc comments

3 out of 4 API elements (75.0 %) have documentation comments.

Some symbols that are missing documentation: sentry_dart_plugin.

✔ 10/10 points: Package has an example

Platform support (20/20)

✔ 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:sentry_dart_plugin/sentry_dart_plugin.dart that imports:
  • package:sentry_dart_plugin/src/utils/log.dart that imports:
  • dart:io

Pass static analysis (50/50)

✔ 50/50 points: code has no errors, warnings, lints, or formatting issues

Support up-to-date dependencies (10/20)

❌ 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
ansicolor ^2.0.1 2.0.2 2.0.2
convert ^3.0.2 3.1.1 3.1.1
crypto ^3.0.2 3.0.3 3.0.3
file >=6.1.4 <8.0.0 6.1.4 7.0.0
http >=0.13.0 <2.0.0 1.2.0 1.2.0
injector ^3.0.0 3.0.0 3.0.0
process ^4.2.4 4.2.4 5.0.2
properties ^2.1.0 2.1.0 2.1.0
system_info2 >=3.0.1 <5.0.0 4.0.0 4.0.0
yaml ^3.1.0 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 66.0.0 66.0.0
analyzer - 6.4.0 6.4.0
args - 2.4.2 2.4.2
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
collection - 1.18.0 1.18.0
coverage - 1.7.2 1.7.2
frontend_server_client - 3.2.0 3.2.0
glob - 2.1.2 2.1.2
globbing - 1.0.0 1.0.0
http_multi_server - 3.2.1 3.2.1
http_parser - 4.0.2 4.0.2
io - 1.0.4 1.0.4
js - 0.7.0 0.7.0
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
meta - 1.11.0 1.11.0
mime - 1.0.5 1.0.5
node_preamble - 2.0.2 2.0.2
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
platform - 3.1.4 3.1.4
pool - 1.5.1 1.5.1
pub_semver - 2.1.4 2.1.4
shelf - 1.4.1 1.4.1
shelf_packages_handler - 3.0.2 3.0.2
shelf_static - 1.1.2 1.1.2
shelf_web_socket - 1.0.4 1.0.4
source_map_stack_trace - 2.1.1 2.1.1
source_maps - 0.10.12 0.10.12
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test - 1.25.2 1.25.2
test_api - 0.7.0 0.7.0
test_core - 0.6.0 0.6.0
typed_data - 1.3.2 1.3.2
vm_service - 14.0.0 14.0.0
watcher - 1.1.0 1.1.0
web - 0.4.2 0.4.2
web_socket_channel - 2.4.3 2.4.3
webkit_inspection_protocol - 1.2.1 1.2.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^4.2.4` on process does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions process to update the constraint.

✔ 10/10 points: Package supports latest stable Dart and Flutter SDKs

Versions