app_logger 0.0.4 copy "app_logger: ^0.0.4" to clipboard
app_logger: ^0.0.4 copied to clipboard

Log all Http request and Navigation.

3
likes
130/ 160
pub points
67%
popularity

We analyzed this package 16 hours ago, and awarded it 130 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 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.

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

27 out of 48 API elements (56.3 %) have documentation comments.

Some symbols that are missing documentation: app_logger, app_logger.AppLogger, app_logger.AppLogger.init, app_logger.AppLogger.instance, app_logger.AppLoggerCallBack.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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 does not support platform `Web`.

Because:

  • package:app_logger/app_logger.dart that imports:
  • package:app_logger/src/app_logger.dart that imports:
  • package:app_logger/src/logger/exception_logger.dart that imports:
  • package:app_logger/src/app_info/app_info.dart that imports:
  • package:battery_plus/battery_plus.dart that imports:
  • package:battery_plus/src/battery_plus_linux.dart that imports:
  • package:upower/upower.dart that declares support for platforms: Linux.

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:app_logger/app_logger.dart that imports:
  • package:app_logger/src/app_logger.dart that imports:
  • package:app_logger/src/logger/exception_logger.dart that imports:
  • package:app_logger/src/app_info/app_info.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:app_logger/app_logger.dart that imports:
  • package:app_logger/src/app_logger.dart that imports:
  • package:app_logger/src/logger/exception_logger.dart that imports:
  • package:app_logger/src/app_info/app_info.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 `Windows`.

Because:

  • package:app_logger/app_logger.dart that imports:
  • package:app_logger/src/app_logger.dart that imports:
  • package:app_logger/src/logger/exception_logger.dart that imports:
  • package:app_logger/src/app_info/app_info.dart that imports:
  • package:battery_plus/battery_plus.dart that imports:
  • package:battery_plus/src/battery_plus_linux.dart that imports:
  • package:upower/upower.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:app_logger/app_logger.dart that imports:
  • package:app_logger/src/app_logger.dart that imports:
  • package:app_logger/src/logger/exception_logger.dart that imports:
  • package:app_logger/src/app_info/app_info.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:app_logger/app_logger.dart that imports:
  • package:app_logger/src/app_logger.dart that imports:
  • package:app_logger/src/logger/exception_logger.dart that imports:
  • package:app_logger/src/app_info/app_info.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.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:app_logger/app_logger.dart that imports:
  • package:app_logger/src/model/log_model.dart that imports:
  • package:background_json_parser/background_json_parser.dart that imports:
  • dart:isolate

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.

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

INFO: The import of '../cons/enum.dart' is unnecessary because all of the used elements are also provided by the import of '../../app_logger.dart'.

lib/src/model/log_model.dart:4:8

  ╷
4 │ import '../cons/enum.dart';
  │        ^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/model/log_model.dart

INFO: The import of '../cons/enum.dart' is unnecessary because all of the used elements are also provided by the import of '../../app_logger.dart'.

lib/src/model/navigation_log_model.dart:5:8

  ╷
5 │ import '../cons/enum.dart';
  │        ^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/model/navigation_log_model.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
background_json_parser ^1.0.4 1.0.5 1.0.5
battery_plus ^6.0.1 6.0.4 6.0.4
device_info_plus ^10.1.0 10.1.2 11.0.0
dio ^4.0.6 4.0.6 5.7.0
flutter flutter 0.0.0 0.0.0
package_info_plus ^8.0.0 8.0.3 8.0.3
Transitive dependencies
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
async - 2.12.0 2.12.0
battery_plus_platform_interface - 2.0.1 2.0.1
characters - 1.3.0 1.3.1
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
dbus - 0.7.10 0.7.10
device_info_plus_platform_interface - 7.0.1 7.0.1
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
flutter_web_plugins - 0.0.0 0.0.0
http - 1.2.2 1.2.2
http_parser - 4.0.2 4.1.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
package_info_plus_platform_interface - 3.0.1 3.0.1
path - 1.9.1 1.9.1
petitparser - 6.0.2 6.0.2
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
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
upower - 0.7.0 0.7.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
win32 - 5.6.0 5.6.0
win32_registry - 1.1.5 1.1.5
xml - 6.5.0 6.5.0

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

The constraint `^10.1.0` on device_info_plus does not support the stable version `11.0.0`, that was published 8 days ago.

When device_info_plus is 30 days old, this package will no longer be awarded points in this category.

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.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.