paulonia_error_service 0.4.0
paulonia_error_service: ^0.4.0 copied to clipboard
Flutter package that wraps the Catcher package. Package with functions for get the configurations for Catcher and a function to send an error.
2
likes
130/ 140
pub points
35%
popularity
We analyzed this package 8 hours ago, and awarded it 130 pub points (of a possible 140):
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
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 3 out of 12 API elements (25.0 %) have documentation comments.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:paulonia_error_service/paulonia_error_service.dart
that imports:package:paulonia_utils/paulonia_utils.dart
that imports:package:paulonia_utils/paulonia_utils_mobile.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:paulonia_error_service/paulonia_error_service.dart
that imports:package:paulonia_utils/paulonia_utils.dart
that imports:package:paulonia_utils/paulonia_utils_mobile.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:paulonia_error_service/paulonia_error_service.dart
that imports:package:paulonia_utils/paulonia_utils.dart
that imports:package:paulonia_utils/paulonia_utils_mobile.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Web`.
Because:
package:paulonia_error_service/paulonia_error_service.dart
that imports:package:catcher/catcher.dart
that imports:package:catcher/handlers/email_manual_handler.dart
that imports:package:flutter_mailer/flutter_mailer.dart
that declares support for platforms:Android
,iOS
.
30/30 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 |
---|---|---|---|
catcher | ^0.6.9 | 0.6.9 | 0.7.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
paulonia_utils | ^0.3.0 | 0.3.0 | 0.4.0 |
sentry | ^6.3.0 | 6.19.0 | 6.19.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.6.9` on catcher does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions catcher
to update the constraint.
The constraint `^0.3.0` on paulonia_utils does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions paulonia_utils
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.25
, Flutter 3.7.0
, Dart 2.19.0
.