anadea_flutter_loggy 1.6.1 copy "anadea_flutter_loggy: ^1.6.1" to clipboard
anadea_flutter_loggy: ^1.6.1 copied to clipboard

Anadea flutter loggy package. An package extension for the loggy package with various integrations such as dio, routing and flutter_bloc.

4
likes
110/ 160
pub points
66
downloads

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

47 out of 165 API elements (28.5 %) have documentation comments.

Some symbols that are missing documentation: anadea_flutter_loggy, bloc, bloc.BlocLogRecord, bloc.BlocLogRecord.BlocLogRecord, bloc.BlocLogRecord.BlocLogRecord.onChange.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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:anadea_flutter_loggy/anadea_flutter_loggy.dart that imports:
  • package:anadea_flutter_loggy/inspector.dart that imports:
  • package:anadea_flutter_loggy/logs_screen/logs_screen.dart that imports:
  • package:anadea_flutter_loggy/logs_screen/version_title.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:anadea_flutter_loggy/anadea_flutter_loggy.dart that imports:
  • package:anadea_flutter_loggy/inspector.dart that imports:
  • package:anadea_flutter_loggy/logs_screen/logs_screen.dart that imports:
  • package:anadea_flutter_loggy/logs_screen/version_title.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 `Linux`.

Because:

  • package:anadea_flutter_loggy/anadea_flutter_loggy.dart that imports:
  • package:anadea_flutter_loggy/inspector.dart that imports:
  • package:anadea_flutter_loggy/logs_screen/logs_screen.dart that imports:
  • package:anadea_flutter_loggy/logs_screen/version_title.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:anadea_flutter_loggy/anadea_flutter_loggy.dart that imports:
  • package:anadea_flutter_loggy/inspector.dart that imports:
  • package:anadea_flutter_loggy/logs_screen/logs_screen.dart that imports:
  • package:anadea_flutter_loggy/logs_screen/version_title.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 not compatible with platform Web

Because:

  • package:anadea_flutter_loggy/anadea_flutter_loggy.dart that imports:
  • package:anadea_flutter_loggy/inspector.dart that imports:
  • package:anadea_flutter_loggy/logs_screen/logs_screen.dart that imports:
  • package:anadea_flutter_loggy/logs_screen/version_title.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_linux.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

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

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 4 issues. Showing the first 2:

ERROR: The argument type 'ValueNotifier

lib/logs_screen/logs_screen.dart:68:15

   ╷
68 │       stream: printer.logRecord,
   │               ^^^^^^^^^^^^^^^^^
   ╵

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

WARNING: The parameter type of '==' operators should be non-nullable.

lib/logs_screen/json_viewer/flutter_json_viewer_theme.dart:52:17

   ╷
52 │   bool operator ==(Object? other) {
   │                 ^^
   ╵

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

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

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

Package Constraint Compatible Latest
dio ^5.5.0+1 5.7.0 5.7.0
flutter flutter 0.0.0 0.0.0
flutter_bloc ^8.1.6 8.1.6 9.0.0
flutter_loggy ^2.0.3 2.0.3+1 2.0.3+1
loggy ^2.0.3 2.0.3 2.0.3
package_info_plus ^8.0.0 8.1.3 8.1.3
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
bloc - 8.1.4 9.0.0
characters - 1.3.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.0 1.19.1
dio_web_adapter - 2.0.0 2.0.0
ffi - 2.1.3 2.1.3
flutter_web_plugins - 0.0.0 0.0.0
http - 1.3.0 1.3.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
nested - 1.0.0 1.0.0
package_info_plus_platform_interface - 3.0.2 3.0.2
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.2 6.1.2
sky_engine - 0.0.0 0.0.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
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.1.4
web - 1.1.0 1.1.0
win32 - 5.10.0 5.10.0

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

The constraint `^8.1.6` on flutter_bloc does not support the stable version `9.0.0`, that was published 8 days ago.

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

Try running dart pub upgrade --major-versions flutter_bloc 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.18, Flutter 3.27.2, Dart 3.6.1.

Check the analysis log for details.

4
likes
110
points
66
downloads

Publisher

verified publisheranadeainc.com

Weekly Downloads

Anadea flutter loggy package. An package extension for the loggy package with various integrations such as dio, routing and flutter_bloc.

Repository

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio, flutter, flutter_bloc, flutter_loggy, loggy, package_info_plus

More

Packages that depend on anadea_flutter_loggy