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

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

145/ 160
pub points
183
downloads

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

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

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

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

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

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

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

377 out of 506 API elements (74.5 %) have documentation comments.

Some symbols that are missing documentation: action_sheet, action_sheet.PPActionSheet.PPActionSheet.new, alert, alert.PPAlert.PPAlert.new, animation_button.

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/utils.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/utils.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/utils.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/utils.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/utils.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/utils.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 18 issues. Showing the first 2:

INFO: Dangling library doc comment.

lib/commons/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/commons/logger.dart

INFO: 'alpha' is deprecated and shouldn't be used. Use (*.a * 255.0).round().clamp(0, 255).

lib/extensions/extension_on_color.dart:78:25

   ╷
78 │       '${includeAlpha ? alpha.toRadixString(16).padLeft(2, '0') : ''}'
   │                         ^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
adaptive_dialog ^2.6.0 2.7.1 2.7.1
app_settings ^7.0.0 7.0.0 7.0.0
archive ^4.0.7 4.0.9 4.0.9
audioplayers ^6.5.1 6.6.0 6.6.0
connectivity_plus ^7.0.0 7.0.0 7.0.0
device_info_plus ^12.3.0 12.3.0 12.3.0
dio ^5.9.1 5.9.2 5.9.2
encrypt ^5.0.3 5.0.3 5.0.3
file_picker ^10.3.8 10.3.10 10.3.10
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 ^10.0.0 10.0.0 10.0.0
flutter_timezone ^5.0.1 5.0.1 5.0.1
get ^4.7.3 4.7.3 4.7.3
get_time_ago ^2.3.2 2.3.2 2.3.2
hex ^0.2.0 0.2.0 0.2.0
image_cropper ^11.0.0 11.0.0 11.0.0
image_picker ^1.2.1 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.1 1.9.1 1.9.1
path_provider ^2.1.5 2.1.5 2.1.5
share_plus ^12.0.1 12.0.1 12.0.1
shared_preferences ^2.5.4 2.5.4 2.5.4
url_launcher ^6.3.2 6.3.2 6.3.2
uuid ^4.5.2 4.5.3 4.5.3
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.4.0 6.4.0
audioplayers_linux - 4.2.1 4.2.1
audioplayers_platform_interface - 7.1.1 7.1.1
audioplayers_web - 5.2.0 5.2.0
audioplayers_windows - 4.3.0 4.3.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
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+2 0.3.5+2
crypto - 3.0.7 3.0.7
dbus - 0.7.12 0.7.12
device_info_plus_platform_interface - 7.0.3 7.0.3
dio_web_adapter - 2.1.2 2.1.2
dynamic_color - 1.8.1 1.8.1
equatable - 2.0.8 2.0.8
fake_async - 1.3.3 1.3.3
ffi - 2.2.0 2.2.0
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_darwin - 0.2.0 0.2.0
flutter_secure_storage_linux - 3.0.0 3.0.0
flutter_secure_storage_platform_interface - 2.0.1 2.0.1
flutter_secure_storage_web - 2.1.0 2.1.0
flutter_secure_storage_windows - 4.1.0 4.1.0
flutter_spinkit - 5.2.2 5.2.2
glob - 2.1.3 2.1.3
gradient_borders - 1.0.2 1.0.2
hooks - 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 - 7.0.0 7.0.0
image_cropper_platform_interface - 8.0.0 8.0.0
image_picker_android - 0.8.13+14 0.8.13+14
image_picker_for_web - 3.1.1 3.1.1
image_picker_ios - 0.8.13+6 0.8.13+6
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.7.2 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
logging - 1.3.0 1.3.0
macos_ui - 2.2.2 2.2.2
macos_window_utils - 1.9.1 1.9.1
matcher - 0.12.19 0.12.19
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
mime - 2.0.0 2.0.0
native_toolchain_c - 0.17.5 0.17.5
nm - 0.5.0 0.5.0
objective_c - 9.3.0 9.3.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.6.0 2.6.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
petitparser - 7.0.2 7.0.2
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.5.0 6.5.0
pub_semver - 2.2.0 2.2.0
share_plus_platform_interface - 6.1.0 6.1.0
shared_preferences_android - 2.4.21 2.4.21
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.2 1.10.2
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.10 0.7.10
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.28 6.3.28
url_launcher_ios - 6.4.1 6.4.1
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.2 2.4.2
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 6.0.0
win32_registry - 2.1.0 3.0.2
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

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

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.10, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: