build(deps): bump reactivecircus/android-emulator-runner from 2.28.0 to 2.29.0 #1779
GitHub Actions / Analysis of sentry_isar
succeeded
Dec 21, 2023 in 17s
Package analysis results for sentry_isar
Score
70/130 points
(53.84615384615385%)
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 (10/10)
✔ 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
Pass static analysis (0/50)
❌ 0/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
ERROR: The getter 'autoDbIsar' isn't defined for the type 'SentryTraceOrigins'.
lib/src/sentry_isar.dart:35:24
╷
35 │ SentryTraceOrigins.autoDbIsar,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/sentry_isar.dart
ERROR: The getter 'autoDbIsar' isn't defined for the type 'SentryTraceOrigins'.
lib/src/sentry_isar.dart:61:26
╷
61 │ SentryTraceOrigins.autoDbIsar,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/sentry_isar.dart
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 |
---|---|---|---|
isar |
^3.1.0 |
3.1.0+1 | 3.1.0+1 |
isar_flutter_libs |
^3.1.0 |
3.1.0+1 | 3.1.0+1 |
meta |
^1.3.0 |
1.9.1 | 1.11.0 |
path |
^1.8.3 |
1.9.0 | 1.9.0 |
sentry |
7.12.0 |
7.12.0 | 7.14.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.11.0 | 2.11.0 |
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.17.1 | 1.18.0 |
crypto |
- | 3.0.3 | 3.0.3 |
ffi |
- | 2.1.0 | 2.1.0 |
flutter |
- | 0.0.0 | 0.0.0 |
http |
- | 1.1.0 | 1.1.2 |
http_parser |
- | 4.0.2 | 4.0.2 |
js |
- | 0.6.7 | 0.6.7 |
material_color_utilities |
- | 0.2.0 | 0.8.0 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
sprintf |
- | 7.0.0 | 7.0.0 |
stack_trace |
- | 1.11.1 | 1.11.1 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.3.2 | 1.3.2 |
uuid |
- | 4.2.2 | 4.3.1 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `7.12.0` on sentry does not support the stable version `7.13.0`.
Try running dart pub upgrade --major-versions sentry
to update the constraint.
✔ 10/10 points: Package supports latest stable Dart and Flutter SDKs
Versions
- Pana: 0.21.35
- Dart: 3.0.6
- Flutter: 3.10.6
Loading