folivora_error_handler 0.0.2
folivora_error_handler: ^0.0.2 copied to clipboard
A useful error handler
We analyzed this package 4 days ago, and awarded it 100 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
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: folivora_error_handler
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: folivora_error_handler
.
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
.
0/10 points: 20% or more of the public API has dartdoc comments
2 out of 54 API elements (3.7 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
Some symbols that are missing documentation: folivora_error_handler
, FvError
, FvError
, code
, detail
.
10/10 points: Package has an example
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:folivora_error_handler/folivora_error_handler.dart
that imports:package:folivora_error_handler/src/exception/folivora_exception.dart
that imports:package:folivora_logger/folivora_logger.dart
that imports:package:folivora_logger/src/folivora_fun_logger/folivora_fun_logger.dart
that imports:package:folivora_logger/src/folivora_fun_logger/folivora_fun_logger_factory.dart
that imports:package:folivora_logger/src/folivora_logger_util.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/file_output_stub.dart
that imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
WARNING: Unused import: '../constant/constant.dart'.
lib/src/component/error_dialog.dart:5:8
╷
5 │ import '../constant/constant.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/component/error_dialog.dart
lib/src/component/error_toast.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 |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
folivora_logger |
^0.0.1 |
0.0.1 | 0.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.11.0 | 2.11.0 |
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.18.0 | 1.18.0 |
http |
- | 0.13.6 | 1.1.2 |
http_parser |
- | 4.0.2 | 4.0.2 |
logger |
- | 1.4.0 | 2.0.2+1 |
material_color_utilities |
- | 0.5.0 | 0.8.0 |
meta |
- | 1.10.0 | 1.11.0 |
path |
- | 1.8.3 | 1.8.3 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.3.2 | 1.3.2 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 0.3.0 | 0.4.0 |
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
Analyzed with Pana 0.21.43
, Flutter 3.16.1
, Dart 3.2.1
.
Check the analysis log for details.