power_logger 1.2.2 copy "power_logger: ^1.2.2" to clipboard
power_logger: ^1.2.2 copied to clipboard

discontinuedreplaced by: flutter_ume

A well log tool on flutter, support Dio and custom type data.

80/ 160
pub points
5
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

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

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

19 out of 45 API elements (42.2 %) have documentation comments.

Some symbols that are missing documentation: power_logger, power_logger.CustomParser, power_logger.DioErrorBuilder.DioErrorBuilder.new, power_logger.DioErrorBuilder.data, power_logger.DioErrorBuilder.date.

Passed check 10/10 points: Package has an example

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

Passed check 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:power_logger/power_logger.dart that imports:
  • package:power_logger/src/power_logger_view.dart that imports:
  • package:power_logger/src/views/info_view.dart that imports:
  • package:power_logger/src/views/platform_specific/_windows_view.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus_windows/device_info_plus_windows.dart that declares support for platforms: Windows.

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:power_logger/power_logger.dart that imports:
  • package:power_logger/src/power_logger_view.dart that imports:
  • package:power_logger/src/views/info_view.dart that imports:
  • package:power_logger/src/views/platform_specific/_windows_view.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus_windows/device_info_plus_windows.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:power_logger/power_logger.dart that imports:
  • package:power_logger/src/power_logger_view.dart that imports:
  • package:power_logger/src/views/info_view.dart that imports:
  • package:power_logger/src/views/platform_specific/_windows_view.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus_windows/device_info_plus_windows.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:power_logger/power_logger.dart that imports:
  • package:power_logger/src/power_logger_view.dart that imports:
  • package:power_logger/src/views/info_view.dart that imports:
  • package:power_logger/src/views/platform_specific/_windows_view.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus_linux/device_info_plus_linux.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:power_logger/power_logger.dart that imports:
  • package:power_logger/src/power_logger_view.dart that imports:
  • package:power_logger/src/views/info_view.dart that imports:
  • package:power_logger/src/views/platform_specific/_windows_view.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus_windows/device_info_plus_windows.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:power_logger/power_logger.dart that imports:
  • package:power_logger/src/power_logger_view.dart that imports:
  • package:power_logger/src/views/info_view.dart that imports:
  • package:power_logger/src/views/platform_specific/_windows_view.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus_windows/device_info_plus_windows.dart that declares support for platforms: Windows.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 54 issues. Showing the first 2:

ERROR: The getter 'caption' isn't defined for the type 'TextTheme'.

lib/src/view/box_view.dart:24:48

   ╷
24 │             style: Theme.of(context).textTheme.caption!,
   │                                                ^^^^^^^
   ╵

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

ERROR: The getter 'bodyText2' isn't defined for the type 'TextTheme'.

lib/src/view/box_view.dart:29:48

   ╷
29 │             style: Theme.of(context).textTheme.bodyText2!,
   │                                                ^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
10 / 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 ^2.0.1 2.2.0 12.3.0
dio ^4.0.0 4.0.6 5.9.1
flutter_highlight ^0.7.0 0.7.0 0.7.0
logger ^1.0.0 1.4.0 2.6.2
package_info_plus ^1.0.3 1.4.2 9.0.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
device_info_plus_linux - 2.1.1 5.0.0 Discontinued
device_info_plus_macos - 2.2.3 5.0.0 Discontinued
device_info_plus_platform_interface - 2.6.1 7.0.3
device_info_plus_web - 2.1.0 5.0.0 Discontinued
device_info_plus_windows - 2.1.1 6.0.0 Discontinued
ffi - 1.2.1 2.2.0
file - 6.1.4 7.0.1
highlight - 0.7.0 0.7.0
http - 0.13.6 1.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
package_info_plus_linux - 1.0.5 2.0.0 Discontinued
package_info_plus_macos - 1.3.0 2.0.0 Discontinued
package_info_plus_platform_interface - 1.0.2 3.2.1
package_info_plus_web - 1.0.6 2.0.0 Discontinued
package_info_plus_windows - 1.0.5 3.0.0 Discontinued
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.2 1.10.2
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.2.0 2.2.0
win32 - 2.6.1 5.15.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 `^2.0.1` on device_info_plus does not support the stable version `3.0.0`.

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

The constraint `^4.0.0` on dio does not support the stable version `5.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 6 errors:

  • UNDEFINED_GETTER - lib/src/view/box_view.dart:24:48 - The getter 'caption' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/src/view/box_view.dart:29:48 - The getter 'bodyText2' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/src/view/title_view.dart:12:44 - The getter 'headline4' isn't defined for the type 'TextTheme'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.9, Flutter 3.38.9, Dart 3.10.8.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
80
points
5
downloads

Publisher

verified publisherlaihz.tech

Weekly Downloads

A well log tool on flutter, support Dio and custom type data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, dio, flutter, flutter_highlight, logger, package_info_plus

More

Packages that depend on power_logger