nian_common_utils 0.0.5
nian_common_utils: ^0.0.5 copied to clipboard
念安科技-通用工具包
We analyzed this package 3 hours ago, and awarded it 90 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
The package description contains too many non-ASCII characters.
The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/Aquarius-M/nian_common_utils was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/Aquarius-M/nian_common_utils was unreachable. Make sure that the website is reachable via HEAD requests.
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.
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
169 out of 474 API elements (35.7 %) have documentation comments.
Some symbols that are missing documentation: app_log_utils, app_log_utils.AppLog.AppLog.new, app_log_utils.AppLog.d, app_log_utils.AppLog.e, app_log_utils.AppLog.i.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:nian_common_utils/manager/db/manager.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:nian_common_utils/manager/db/manager.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:nian_common_utils/manager/db/manager.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:nian_common_utils/manager/db/manager.dartthat declares support for platforms:Android,iOS.
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:nian_common_utils/utils/device_utils.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:nian_common_utils/utils/device_utils.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
The package does not contain ios/nian_common_utils/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
Built-in Kotlin support:
Legacy Kotlin configuration detected in `android/build.gradle`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 25 issues. Showing the first 2:
WARNING: A value for optional parameter 'controller' isn't ever given.
lib/utils/queue_utils.dart:91:46
╷
91 │ _TaskInfo(this.id, this.doSomething, {this.controller});
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/queue_utils.dart
INFO: Missing type annotation.
lib/manager/db/manager.dart:21:10
╷
21 │ static init() async {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/manager/db/manager.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cached_network_image |
^3.3.1 |
3.4.1 | 4.0.0 | |
connectivity_plus |
^6.0.2 |
6.1.5 | 7.3.1 | |
convert |
^3.1.1 |
3.1.2 | 3.1.2 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
date_format |
^2.0.7 |
2.0.9 | 2.0.9 | |
device_info_plus |
^10.1.0 |
10.1.2 | 13.2.0 | |
dio |
^5.4.2+1 |
5.11.1 | 5.11.1 | |
flutter_easyloading |
^3.0.5 |
3.0.5 | 4.0.2 | |
flutter_image_compress |
^2.3.0 |
2.5.1 | 2.5.1 | |
flutter_local_notifications |
^17.1.2 |
17.2.4 | 22.3.1 | |
flutter_ringtone_player |
^4.0.0+2 |
4.0.0+4 | 4.0.0+4 | |
flutter_svg |
^2.0.10+1 |
2.3.0 | 2.3.0 | |
fluttertoast |
^8.2.4 |
8.2.14 | 10.0.0 | |
get_server |
^1.2.1 |
1.2.1 | 1.2.1 | |
image_cropper |
^5.0.1 |
5.0.1 | 12.2.1 | |
image_gallery_saver |
^2.0.3 |
2.0.3 | 2.0.3 | |
in_app_notification |
^1.1.2 |
1.1.2 | 1.1.2 | |
logger |
^2.3.0 |
2.8.0 | 2.8.0 | |
mime |
^1.0.5 |
1.0.6 | 2.1.0 | |
network_info_plus |
^5.0.3 |
5.0.3 | 8.2.1 | |
package_info_plus |
^8.0.0 |
8.3.1 | 10.2.1 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.3 |
2.1.6 | 2.1.6 | |
permission_handler |
^11.3.1 |
11.4.0 | 13.0.2 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
shared_preferences |
^2.2.2 |
2.5.5 | 2.5.5 | |
sqflite |
^2.3.3 |
2.4.4 | 2.4.4 | |
synchronized |
^3.1.0+1 |
3.4.2 | 3.4.2 | |
tutorial_coach_mark |
^1.2.11 |
1.3.4 | 1.3.4 | |
url_launcher |
^6.2.6 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 11 issues. Showing the first 2:
The constraint `^3.3.1` on cached_network_image does not support the stable version `4.0.0`, that was published 18 days ago.
When cached_network_image is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions cached_network_image to update the constraint.
The constraint `^6.0.2` on connectivity_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus 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.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.