flutter_telegram_crashlytics 2.0.3
flutter_telegram_crashlytics: ^2.0.3 copied to clipboard
Telegram bot application crash reporter library.
We analyzed this package 3 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 50 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
80 out of 166 API elements (48.2 %) have documentation comments.
Some symbols that are missing documentation: device_info
, device_info.DeviceInfo
, device_info.DeviceInfo.DeviceInfo.new
, 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: The declaration '_$ReportModelFromJson' isn't referenced.
lib/models/report_model.g.dart:9:13
╷
9 │ ReportModel _$ReportModelFromJson(Map<String, dynamic> json) => ReportModel(
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/report_model.g.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
device_info_plus |
^8.0.0 |
8.2.2 | 11.5.0 | |
dio |
^4.0.6 |
4.0.6 | 5.8.0+1 | |
dio_logging_interceptor |
^1.0.1 |
1.0.1 | 1.0.1 | |
drift |
^2.3.0 |
2.27.0 | 2.27.0 | |
get_it |
^7.2.0 |
7.7.0 | 8.0.3 | |
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.34 | 0.5.34 | |
workmanager |
^0.5.1 |
0.5.2 | 0.7.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 6.1.4 | 7.0.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
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 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sqlite3 |
- | 2.7.6 | 2.7.6 | |
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 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 4.1.4 | 5.14.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 4 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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.