exception_tracker 0.8.2 copy "exception_tracker: ^0.8.2" to clipboard
exception_tracker: ^0.8.2 copied to clipboard

PlatformAndroidiOS
unlisted

Alioth V2 - Exception Tracker

0
likes
110/ 160
pub points
55%
popularity

We analyzed this package 5 days ago, and awarded it 110 pub points (of a possible 160):

failed
Follow Dart file conventions
10 / 30trigger folding of the section

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.

Homepage URL is insecure.

Update the homepage field and use a secure (https) URL.

Repository URL is insecure.

Update the repository field and use a secure (https) URL.

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_tracker,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

121 out of 301 API elements (40.2 %) have documentation comments.

Some symbols that are missing documentation: application_profile, application_profile_manager, application_profile_manager.ApplicationProfileManager, application_profile_manager.ApplicationProfileManager.ApplicationProfileManager, base_email_handler.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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:exception_tracker/exception_tracker.dart that imports:
  • package:exception_tracker/utils/tracker_router.dart that imports:
  • package:flutter_common_package/flutter_common_package.dart that imports:
  • package:flutter_common_package/src/common_util.dart that imports:
  • package:connectivity/connectivity.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:exception_tracker/exception_tracker.dart that imports:
  • package:exception_tracker/utils/tracker_router.dart that imports:
  • package:flutter_common_package/flutter_common_package.dart that imports:
  • package:flutter_common_package/src/data+model/ping.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:exception_tracker/exception_tracker.dart that imports:
  • package:exception_tracker/utils/tracker_router.dart that imports:
  • package:flutter_common_package/flutter_common_package.dart that imports:
  • package:flutter_common_package/src/data+model/ping.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:exception_tracker/exception_tracker.dart that imports:
  • package:exception_tracker/handlers/email_manual_handler.dart that imports:
  • package:flutter_mailer/flutter_mailer.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 `Android`.

Because:

  • package:exception_tracker/exception_tracker.dart that imports:
  • package:exception_tracker/utils/tracker_router.dart that imports:
  • package:flutter_common_package/flutter_common_package.dart that imports:
  • package:flutter_common_package/src/data+model/ping.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:exception_tracker/exception_tracker.dart that imports:
  • package:exception_tracker/utils/tracker_router.dart that imports:
  • package:flutter_common_package/flutter_common_package.dart that imports:
  • package:flutter_common_package/src/data+model/ping.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 18 issues. Showing the first 2:

INFO: 'describeEnum' is deprecated and shouldn't be used. Use the `name` getter on enums instead. This feature was deprecated after v3.14.0-2.0.pre.

lib/core/tracker.dart:412:9

    ╷
412 │         describeEnum(ApplicationProfileManager.getApplicationProfile());
    │         ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/core/tracker.dart

INFO: Uses 'await' on an instance of 'String', which is not a subtype of 'Future'.

lib/core/tracker.dart:425:11

    ╷
425 │           await Hive.box<dynamic>(Cc.EXCEPTION_DATABASE).toMap().toString();
    │           ^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/core/tracker.dart

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
device_info_plus ^9.1.1 9.1.2 10.1.0
device_info_plus_platform_interface ^7.0.0 7.0.0 7.0.0
dio ^4.0.1 4.0.6 5.4.3+1
flutter flutter 0.0.0 0.0.0
flutter_common_package ^1.1.1 1.1.1 1.1.1
flutter_mailer ^2.0.0 2.1.2 2.1.2
flutter_web_plugins flutter 0.0.0 0.0.0
hive_flutter ^1.1.0 1.1.0 1.1.0
logging ^1.0.2 1.2.0 1.2.0
mailer ^6.0.1 6.1.0 6.1.0
package_info_plus ^5.0.1 5.0.1 8.0.0
universal_io ^2.0.4 2.2.2 2.2.2
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
connectivity - 3.0.6 3.0.6
connectivity_for_web - 0.4.0+1 0.4.0+1
connectivity_macos - 0.2.1+2 0.2.1+2
connectivity_platform_interface - 2.0.1 2.0.1
crypto - 3.0.3 3.0.3
easy_localization - 3.0.7 3.0.7
easy_logger - 0.0.2 0.0.2
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
flutter_dotenv - 5.1.0 5.1.0
flutter_localizations - 0.0.0 0.0.0
hive - 2.2.3 2.2.3
http - 1.2.0 1.2.1
http_parser - 4.0.2 4.1.0
intl - 0.19.0 0.19.0
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
mime - 1.0.5 1.0.5
package_info_plus_platform_interface - 2.0.1 3.0.0
path - 1.9.0 1.9.0
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.6 2.2.6
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.2.1 2.2.1
platform - 3.1.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences - 2.2.3 2.2.3
shared_preferences_android - 2.2.3 2.2.3
shared_preferences_foundation - 2.4.0 2.4.0
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.2 2.3.2
shared_preferences_web - 2.2.2 2.3.0
shared_preferences_windows - 2.3.2 2.3.2
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.4.2 0.5.1
win32 - 5.5.1 5.5.1
win32_registry - 1.1.3 1.1.3
xdg_directories - 1.0.4 1.0.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^9.1.1` on device_info_plus does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions device_info_plus to update the constraint.

The constraint `^4.0.1` 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.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.