debug_friend 1.0.0 copy "debug_friend: ^1.0.0" to clipboard
debug_friend: ^1.0.0 copied to clipboard

outdated

Flutter debug helper widget with device info, common and custom actions.

58
likes
80/ 160
pub points
14%
popularity

We analyzed this package 2 days ago, and awarded it 80 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: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

10 out of 24 API elements (41.7 %) have documentation comments.

Some symbols that are missing documentation: debug_friend, debug_friend.ActionCard.selected, debug_friend.ActionCard.theme, debug_friend.DebugFriendTheme, debug_friend.DebugFriendTheme.DebugFriendTheme.

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:debug_friend/debug_friend.dart that imports:
  • package:debug_friend/src/src.dart that imports:
  • package:debug_friend/src/widgets/debug_friend_view.dart that imports:
  • package:debug_friend/src/widgets/widgets.dart that imports:
  • package:debug_friend/src/widgets/actions/actions.dart that imports:
  • package:debug_friend/src/widgets/actions/app_data/app_data.dart that imports:
  • package:debug_friend/src/widgets/actions/app_data/app_data_body.dart that imports:
  • package:debug_friend/src/widgets/actions/app_data/app_data_controller.dart that imports:
  • package:debug_friend/src/services/file/service.dart that imports:
  • package:debug_friend/src/services/file/src/src.dart that imports:
  • package:debug_friend/src/services/file/src/file_service.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

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 3 issues. Showing the first 2:

ERROR: The getter 'backgroundColor' isn't defined for the type 'ThemeData'.

lib/src/theme/theme.dart:34:26

   ╷
34 │       backgroundColor: t.backgroundColor,
   │                          ^^^^^^^^^^^^^^^
   ╵

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

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

lib/src/widgets/debug_menu.dart:119:41

    ╷
119 │         style: style ?? theme.textTheme.bodyText1,
    │                                         ^^^^^^^^^
    ╵

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

failed
Support up-to-date dependencies
10 / 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 ^4.1.2 4.1.3 11.1.1
flutter flutter 0.0.0 0.0.0
lint ^1.10.0 1.10.0 2.3.0
package_info_plus ^1.4.3+1 1.4.3+1 8.1.1
path_provider ^2.0.11 2.1.5 2.1.5
talker ^1.3.0+1 1.3.0+1 4.4.7
talker_flutter ^1.6.0 1.7.1 4.4.7
Transitive dependencies
Package Constraint Compatible Latest
ansicolor - 2.0.3 2.0.3
async - 2.12.0 2.12.0
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.1
device_info_plus_linux - 3.0.0 5.0.0
device_info_plus_macos - 3.0.0 5.0.0
device_info_plus_platform_interface - 3.0.0 7.0.1
device_info_plus_web - 3.0.0 5.0.0
device_info_plus_windows - 4.1.0 6.0.0
ffi - 2.1.3 2.1.3
file - 6.1.4 7.0.1
flutter_web_plugins - 0.0.0 0.0.0
group_button - 5.3.4 5.3.4
http - 0.13.6 1.2.2
http_parser - 4.0.2 4.1.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
package_info_plus_linux - 1.0.5 2.0.0
package_info_plus_macos - 1.3.0 2.0.0
package_info_plus_platform_interface - 1.0.2 3.0.1
package_info_plus_web - 1.0.6 2.0.0
package_info_plus_windows - 2.1.0 3.0.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.12 2.2.12
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.3.0 2.3.0
platform - 3.1.6 3.1.6
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
talker_logger - 1.2.1 4.4.7
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
win32 - 3.1.4 5.8.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 5 issues. Showing the first 2:

The constraint `^4.1.2` on device_info_plus does not support the stable version `5.0.0`.

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

The constraint `^1.10.0` on lint does not support the stable version `2.0.0`.

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • UNDEFINED_GETTER - lib/src/theme/theme.dart:34:26 - The getter 'backgroundColor' isn't defined for the type 'ThemeData'.
  • UNDEFINED_GETTER - lib/src/widgets/debug_menu.dart:119:41 - The getter 'bodyText1' 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.22.15, Flutter 3.24.4, Dart 3.5.4.

Check the analysis log for details.