pp_kits 1.0.4 pp_kits: ^1.0.4 copied to clipboard
pp_kits is a rapid development application library for Flutter, containing essential technical points, practical triplet libraries, etc
We analyzed this package 8 days ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md
in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
111 out of 226 API elements (49.1 %) have documentation comments.
Some symbols that are missing documentation: alert
, alert.PPAlert
, alert.PPAlert.PPAlert
, alert.PPAlert.hideLoading
, alert.PPAlert.isAlerted
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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: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/app_util.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:pp_kits/pp_kits.dart
that imports:package:pp_kits/utils/app_util.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 `Windows`.
Because:
package:pp_kits/pp_kits.dart
that imports:package:pp_kits/common/network.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/app_util.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:pp_kits/pp_kits.dart
that imports:package:pp_kits/utils/app_util.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
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:pp_kits/pp_kits.dart
that imports:package:pp_kits/extensions/extension_on_string.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: 'alpha' is deprecated and shouldn't be used. Use .a.
lib/extensions/extension_on_color.dart:30:25
╷
30 │ '${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
INFO: 'red' is deprecated and shouldn't be used. Use .r.
lib/extensions/extension_on_color.dart:31:10
╷
31 │ '${red.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
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
audioplayers |
^6.1.0 |
6.1.0 | 6.1.0 |
connectivity_plus |
^6.0.5 |
6.1.1 | 6.1.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
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.2 |
9.2.2 | 9.2.2 |
get |
^4.6.6 |
4.6.6 | 4.6.6 |
intl |
^0.19.0 |
0.19.0 | 0.20.1 |
package_info_plus |
^8.0.2 |
8.1.2 | 8.1.2 |
path |
^1.9.0 |
1.9.1 | 1.9.1 |
path_provider |
^2.1.4 |
2.1.5 | 2.1.5 |
share_plus |
^10.0.0 |
10.1.3 | 10.1.3 |
shared_preferences |
^2.3.2 |
2.3.4 | 2.3.4 |
timeago |
^3.7.0 |
3.7.0 | 3.7.0 |
url_launcher |
^6.3.0 |
6.3.1 | 6.3.1 |
uuid |
^4.5.0 |
4.5.1 | 4.5.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.