exception_helper 1.0.4
exception_helper: ^1.0.4 copied to clipboard
Exception Handler simplifies exception handling in Dart and Flutter applications. It offers a streamlined approach to managing exceptions with customizable error messages and flexible exception handling.
We analyzed this package 23 hours ago, and awarded it 125 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description
field in your package's pubspec.yaml
file between 60 and 180 characters.
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: exception_helper
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
pubspec.yaml
from the repository has a repository
or homepage
field "
" but cannot be parsed as a repository URL: Invalid repository URL: Could not recognize URL segments: %20
. Please report at pana.
0/5 points: Provide a valid README.md
Links in `README.md` should be well formed Unable to parse 1 image link.
README.md:6:1
╷
6 │ <a href="%5Bhttps://www.youtube.com/waterydesert%5D(https://youtube.com/@jinntechive?si=z5smWbVs4sDfLonj)"><img src="https://img.shields.io/badge/-YouTube-EA3223?style=for-the-badge&logo=youtube&logoColor=white" alt="YouTube Badge" /></a>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: GPL-3.0
.
10/10 points: 20% or more of the public API has dartdoc comments
15 out of 22 API elements (68.2 %) have documentation comments.
Some symbols that are missing documentation: exception_helper
, exception_helper.ExceptionHelper
, exception_helper.ExceptionHelper.ExceptionHelper.new
, exception_helper.ExceptionHelper.handle
, exception_helper.PlatformExceptionHelper.PlatformExceptionHelper.new
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:exception_helper/exception_helper.dart
that imports:package:firebase_auth/firebase_auth.dart
that declares support for platforms:Android
,iOS
,Windows
,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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
/tmp/pana_GPIYFF/lib/exception_helper.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_GPIYFF/lib/src/format_exceptions.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
cloud_firestore |
any |
6.0.2 | 6.0.2 | |
firebase_auth |
any |
6.1.0 | 6.1.0 | |
firebase_core |
any |
4.1.1 | 4.1.1 | |
firebase_storage |
any |
13.0.2 | 13.0.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_flutterfire_internals |
- | 1.3.62 | 1.3.62 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
cloud_firestore_platform_interface |
- | 7.0.2 | 7.0.2 | |
cloud_firestore_web |
- | 5.0.2 | 5.0.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
firebase_auth_platform_interface |
- | 8.1.2 | 8.1.2 | |
firebase_auth_web |
- | 6.0.3 | 6.0.3 | |
firebase_core_platform_interface |
- | 6.0.1 | 6.0.1 | |
firebase_core_web |
- | 3.1.1 | 3.1.1 | |
firebase_storage_platform_interface |
- | 5.2.13 | 5.2.13 | |
firebase_storage_web |
- | 3.10.20 | 3.10.20 | |
http |
- | 1.5.0 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
leak_tracker |
- | 11.0.2 | 11.0.2 | |
leak_tracker_flutter_testing |
- | 3.0.10 | 3.0.10 | |
leak_tracker_testing |
- | 3.0.2 | 3.0.2 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.6 | 0.7.7 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
vm_service |
- | 15.0.2 | 15.0.2 | |
web |
- | 1.1.1 | 1.1.1 |
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.
Analyzed with Pana 0.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.