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

pp_kits is a rapid development application library for Flutter, containing essential technical points, practical triplet libraries, etc

140/ 160
pub points
13
downloads

We analyzed this package 12 days ago, and awarded it 140 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

356 out of 470 API elements (75.7 %) have documentation comments.

Some symbols that are missing documentation: alert, alert.PPAlert.PPAlert.new, animation_button, animation_button.AnimationButtonState.AnimationButtonState.new, app_util.

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 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:pp_kits/pp_kits.dart that imports:
  • package:pp_kits/utils/network_util.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:pp_kits/pp_kits.dart that imports:
  • package:pp_kits/utils/device_util.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:pp_kits/pp_kits.dart that imports:
  • package:pp_kits/utils/path_util.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

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:pp_kits/pp_kits.dart that imports:
  • package:pp_kits/utils/network_util.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:pp_kits/pp_kits.dart that imports:
  • package:pp_kits/utils/network_util.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `macOS`.

Because:

  • package:pp_kits/pp_kits.dart that imports:
  • package:pp_kits/utils/network_util.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
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 37 issues. Showing the first 2:

INFO: Dangling library doc comment.

lib/common/logger.dart:1:1

   ╷
1  │ ┌ /// Logger 日志工具类
2  │ │ ///
3  │ │ /// ## 说明
4  │ │ /// 提供统一日志输出接口,支持开发调试环境日志打印,避免 release 环境输出敏感日志。
5  │ │ ///
6  │ │ /// ## 快速示例
7  │ │ /// ```dart
8  │ │ /// Logger.log('普通日志');
9  │ │ /// Logger.trace('带调用堆栈信息的日志');
10 │ └ /// ```
   ╵

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

INFO: Don't invoke 'print' in production code.

lib/common/logger.dart:29:5

   ╷
29 │     print(message);
   │     ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/common/logger.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
adaptive_dialog ^2.5.0 2.6.0 2.6.0
app_settings ^6.1.1 6.1.1 7.0.0
archive ^4.0.7 4.0.7 4.0.7
audioplayers ^6.5.1 6.5.1 6.5.1
connectivity_plus ^7.0.0 7.0.0 7.0.0
device_info_plus ^12.1.0 12.3.0 12.3.0
dio ^5.9.0 5.9.0 5.9.0
encrypt ^5.0.3 5.0.3 5.0.3
file_picker ^10.1.7 10.3.8 10.3.8
flutter_easyloading ^3.0.5 3.0.5 3.0.5
flutter_screenutil ^5.9.3 5.9.3 5.9.3
flutter_secure_storage ^9.2.4 9.2.4 10.0.0
flutter_timezone ^5.0.0 5.0.1 5.0.1
get ^4.7.2 4.7.3 4.7.3
get_time_ago ^2.3.1 2.3.2 2.3.2
hex ^0.2.0 0.2.0 0.2.0
image_cropper ^10.0.0+1 10.0.0+1 11.0.0
image_picker ^1.2.0 1.2.1 1.2.1
intl ^0.20.2 0.20.2 0.20.2
package_info_plus ^9.0.0 9.0.0 9.0.0
path ^1.9.0 1.9.1 1.9.1
path_provider ^2.1.5 2.1.5 2.1.5
share_plus ^12.0.0 12.0.1 12.0.1
shared_preferences ^2.5.3 2.5.4 2.5.4
url_launcher ^6.3.2 6.3.2 6.3.2
uuid ^4.5.1 4.5.2 4.5.2
Transitive dependencies
Package Constraint Compatible Latest Notes
animations - 2.1.1 2.1.1
appkit_ui_element_colors - 1.0.1 1.0.1
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
audioplayers_android - 5.2.1 5.2.1
audioplayers_darwin - 6.3.0 6.3.0
audioplayers_linux - 4.2.1 4.2.1
audioplayers_platform_interface - 7.1.1 7.1.1
audioplayers_web - 5.1.1 5.1.1
audioplayers_windows - 4.2.1 4.2.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 2.0.1 2.0.1
convert - 3.1.2 3.1.2
cross_file - 0.3.5+1 0.3.5+1
crypto - 3.0.7 3.0.7
dbus - 0.7.11 0.7.11
device_info_plus_platform_interface - 7.0.3 7.0.3
dio_web_adapter - 2.1.1 2.1.1
dynamic_color - 1.8.1 1.8.1
equatable - 2.0.7 2.0.7
fake_async - 1.3.3 1.3.3
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
file_selector_linux - 0.9.4 0.9.4
file_selector_macos - 0.9.5 0.9.5
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_windows - 0.9.3+5 0.9.3+5
fixnum - 1.1.1 1.1.1
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
flutter_secure_storage_linux - 1.2.3 3.0.0
flutter_secure_storage_macos - 3.1.3 4.0.0
flutter_secure_storage_platform_interface - 1.1.2 2.0.1
flutter_secure_storage_web - 1.2.1 2.1.0
flutter_secure_storage_windows - 3.1.2 4.1.0
flutter_spinkit - 5.2.2 5.2.2
gradient_borders - 1.0.2 1.0.2
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image_cropper_for_web - 6.1.0 7.0.0
image_cropper_platform_interface - 7.2.0 8.0.0
image_picker_android - 0.8.13+10 0.8.13+10
image_picker_for_web - 3.1.1 3.1.1
image_picker_ios - 0.8.13+3 0.8.13+3
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2+1 0.2.2+1
image_picker_platform_interface - 2.11.1 2.11.1
image_picker_windows - 0.2.2 0.2.2
intersperse - 2.0.0 2.0.0
js - 0.6.7 0.7.2 Discontinued
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
macos_ui - 2.2.2 2.2.2
macos_window_utils - 1.9.0 1.9.0
matcher - 0.12.17 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime - 2.0.0 2.0.0
nm - 0.5.0 0.5.0
package_info_plus_platform_interface - 3.2.1 3.2.1
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
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
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
posix - 6.0.3 6.0.3
share_plus_platform_interface - 6.1.0 6.1.0
shared_preferences_android - 2.4.18 2.4.18
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.7 0.7.8
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.28 6.3.28
url_launcher_ios - 6.3.6 6.3.6
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1

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

Found 3 issues. Showing the first 2:

The constraint `^6.1.1` on app_settings does not support the stable version `7.0.0`, that was published 16 days ago.

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

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

The constraint `^9.2.4` on flutter_secure_storage does not support the stable version `10.0.0`, that was published 7 days ago.

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

Try running dart pub upgrade --major-versions flutter_secure_storage 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.23.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: