flutter_telegram_crashlytics 2.0.1 flutter_telegram_crashlytics: ^2.0.1 copied to clipboard
Telegram bot application crash reporter library.
We analyzed this package 8 days ago, and awarded it 100 pub points (of a possible 160):
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: flutter_telegram_crashlytics
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
pubspec.yaml
from the repository defines publish_to
, thus, we are unable to verify the package is published from here.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
79 out of 165 API elements (47.9 %) have documentation comments.
Some symbols that are missing documentation: device_info
, device_info.DeviceInfo
, device_info.DeviceInfo.DeviceInfo
, device_info.DeviceInfo.getDeviceInfo
, lib_background_service
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_telegram_crashlytics/main.dart
that imports:package:flutter_telegram_crashlytics/tcrash_reporter.dart
that imports:package:flutter_telegram_crashlytics/service/lib_background_service.dart
that imports:package:workmanager/workmanager.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:flutter_telegram_crashlytics/main.dart
that imports:package:flutter_telegram_crashlytics/tcrash_reporter.dart
that imports:package:flutter_telegram_crashlytics/telegram_bot_sender.dart
that imports:package:flutter_telegram_crashlytics/utils/device_info.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:flutter_telegram_crashlytics/main.dart
that imports:package:flutter_telegram_crashlytics/tcrash_reporter.dart
that imports:package:flutter_telegram_crashlytics/telegram_bot_sender.dart
that imports:package:flutter_telegram_crashlytics/utils/device_info.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:flutter_telegram_crashlytics/cache/lib_database.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:flutter_telegram_crashlytics/main.dart
that imports:package:flutter_telegram_crashlytics/tcrash_reporter.dart
that imports:package:flutter_telegram_crashlytics/telegram_bot_sender.dart
that imports:package:flutter_telegram_crashlytics/utils/device_info.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:flutter_telegram_crashlytics/main.dart
that imports:package:flutter_telegram_crashlytics/tcrash_reporter.dart
that imports:package:flutter_telegram_crashlytics/telegram_bot_sender.dart
that imports:package:flutter_telegram_crashlytics/utils/device_info.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_telegram_crashlytics/cache/lib_database.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_platform_interface/path_provider_platform_interface.dart
that imports:package:path_provider_platform_interface/src/method_channel_path_provider.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
WARNING: Unused import: 'package:flutter_telegram_crashlytics/models/report_remote_model.dart'.
lib/cache/lib_database.dart:6:8
╷
6 │ import 'package:flutter_telegram_crashlytics/models/report_remote_model.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/cache/lib_database.dart
WARNING: Unused import: 'package:flutter/foundation.dart'.
lib/service/lib_background_service.dart:1:8
╷
1 │ import 'package:flutter/foundation.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/service/lib_background_service.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 |
device_info_plus |
^8.0.0 |
8.2.2 | 11.1.1 |
dio |
^4.0.6 |
4.0.6 | 5.7.0 |
dio_logging_interceptor |
^1.0.1 |
1.0.1 | 1.0.1 |
drift |
^2.3.0 |
2.21.0 | 2.21.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
get_it |
^7.2.0 |
7.7.0 | 8.0.2 |
json_annotation |
^4.7.0 |
4.9.0 | 4.9.0 |
path |
^1.8.2 |
1.9.1 | 1.9.1 |
path_provider |
^2.0.0 |
2.1.5 | 2.1.5 |
platform_info_lib |
^0.0.2 |
0.0.2 | 0.0.2 |
sqlite3_flutter_libs |
^0.5.0 |
0.5.26 | 0.5.26 |
workmanager |
^0.5.1 |
0.5.2 | 0.5.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.3.0 | 1.3.1 |
collection |
- | 1.18.0 | 1.19.1 |
convert |
- | 3.1.2 | 3.1.2 |
device_info_plus_platform_interface |
- | 7.0.1 | 7.0.1 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 6.1.4 | 7.0.1 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
http_parser |
- | 4.0.2 | 4.1.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path_provider_android |
- | 2.2.12 | 2.2.12 |
path_provider_foundation |
- | 2.4.0 | 2.4.0 |
path_provider_linux |
- | 2.2.1 | 2.2.1 |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 |
path_provider_windows |
- | 2.3.0 | 2.3.0 |
platform |
- | 3.1.6 | 3.1.6 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
sqlite3 |
- | 2.4.7 | 2.4.7 |
stack_trace |
- | 1.12.0 | 1.12.0 |
stream_channel |
- | 2.1.2 | 2.1.2 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
win32 |
- | 4.1.4 | 5.8.0 |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^8.0.0` on device_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio
to update the constraint.
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.