Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v9]: Bump Dart and Flutter version, Dart to 3.5.0, Flutter to 3.24.0 #2643

Open
wants to merge 16 commits into
base: v9
Choose a base branch
from

bump java version in min verison test

558c27d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[v9]: Bump Dart and Flutter version, Dart to 3.5.0, Flutter to 3.24.0 #2643

bump java version in min verison test
558c27d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Analysis of sentry_link succeeded Jan 29, 2025 in 57s

Package analysis results for sentry_link

Score

160/160 points
(100.0%)

Supported platforms

  • Flutter
    • android
    • ios
    • windows
    • linux
    • macos
    • web
  • 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)
    • web
      Can be compiled with DDC and dart2js. (Can use dart:html and friends, not dart:io, dart:mirrors, dart:ffi, etc.)

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

13 out of 28 API elements (46.4 %) have documentation comments.

Some symbols that are missing documentation: sentry_link, sentry_link.LinkExceptionExtractor.cause, sentry_link.SentryGql, sentry_link.SentryOperationExtension.toJson, sentry_link.SentryRequestExtension.toJson.

✔ 10/10 points: Package has an example

Platform support (20/20)

✔ 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

✔ 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Pass static analysis (50/50)

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

Support up-to-date dependencies (40/40)

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

Package Constraint Compatible Latest
gql >=0.14.0 <2.0.0 1.0.0+1 1.0.0+1
gql_error_link >=0.2.0 <2.0.0 1.0.0+1 1.0.0+1
gql_exec >=0.4.4 <2.0.0 1.0.0+1 1.0.0+1
gql_link >=0.5.0 <2.0.0 1.0.0+1 1.0.0+1
sentry 8.13.0-beta.3 8.13.0-beta.3 8.13.0-beta.3
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
fixnum - 1.1.1 1.1.1
http - 1.3.0 1.3.0
http_parser - 4.1.2 4.1.2
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
stack_trace - 1.12.1 1.12.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.5.1 4.5.1
web - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

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

Versions