flutter_app_logger 0.0.2 copy "flutter_app_logger: ^0.0.2" to clipboard
flutter_app_logger: ^0.0.2 copied to clipboard

A flutter app logger impl for Android and iOS.

115/ 160
pub points
34
downloads

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

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

10 out of 36 API elements (27.8 %) have documentation comments.

Some symbols that are missing documentation: flutter_app_logger, flutter_app_logger.Calculator.Calculator.new, logger_file_output, logger_file_output.LoggerFileOutput.LoggerFileOutput.new, logger_file_output.LoggerFileOutput.createDirectory.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 5 issues. Showing the first 2:

INFO: 'printTime' is deprecated and shouldn't be used. Use `dateTimeFormat` with `DateTimeFormat.onlyTimeAndSinceStart` or `DateTimeFormat.none` instead.

lib/logger_manager.dart:87:34

   ╷
87 │           printer: PrettyPrinter(printTime: true, colors: false),
   │                                  ^^^^^^^^^
   ╵

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

INFO: An uninitialized variable should have an explicit type annotation.

lib/logger_manager.dart:94:9

   ╷
94 │     var directory;
   │         ^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
device_info_plus 7.0.0 7.0.0 12.1.0
intl ^0.19.0 0.19.0 0.20.2
logger ^2.2.0 2.6.1 2.6.1
path_provider ^2.0.2 2.1.5 2.1.5
permission_handler ^9.2.0 9.2.0 12.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
device_info_plus_platform_interface - 6.0.1 7.0.3
ffi - 2.1.4 2.1.4
file - 6.1.4 7.0.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.18 2.2.18
path_provider_foundation - 2.4.2 2.4.2
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
permission_handler_android - 9.0.2+1 13.0.1
permission_handler_apple - 9.1.4 9.4.7
permission_handler_platform_interface - 3.12.0 4.3.0
permission_handler_windows - 0.1.3 0.2.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
vector_math - 2.2.0 2.2.0
win32 - 3.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 3 issues. Showing the first 2:

The constraint `7.0.0` on device_info_plus does not support the stable version `7.0.1`.

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

The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.

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

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
115
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter app logger impl for Android and iOS.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, intl, logger, path_provider, permission_handler

More

Packages that depend on flutter_app_logger