commonkit 0.1.6
commonkit: ^0.1.6 copied to clipboard
CommonKit: Lightweight, WASM-compatible package with widgets, helpers, and extensions for streamlined app development, UI components, and utilities.
We analyzed this package 16 hours ago, and awarded it 155 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` does not contain reference to the current version ("0.1.6").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
125 out of 145 API elements (86.2 %) have documentation comments.
Some symbols that are missing documentation: commonkit, commonkit.ClipboardManager.ClipboardManager.new, commonkit.DirectoryManager.DirectoryManager.new, commonkit.GlobalConfig.GlobalConfig.new, commonkit.ImageCacheHelper.ImageCacheHelper.new.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:commonkit/commonkit.dartthat imports:package:commonkit/src/helpers/permission_handler.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:commonkit/commonkit.dartthat imports:package:commonkit/src/helpers/permission_handler.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:commonkit/commonkit.dartthat imports:package:commonkit/src/helpers/image_cache_helper.dartthat imports:package:flutter_cache_manager/flutter_cache_manager.dartthat imports:package:flutter_cache_manager/src/storage/file_system/file_system.dartthat imports:package:flutter_cache_manager/src/storage/file_system/file_system_io.dartthat imports:package:path_provider/path_provider.dartthat 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 `Windows`.
Because:
package:commonkit/commonkit.dartthat imports:package:commonkit/src/helpers/image_cache_helper.dartthat imports:package:flutter_cache_manager/flutter_cache_manager.dartthat imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dartthat imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:commonkit/commonkit.dartthat imports:package:commonkit/src/helpers/session_manager.dartthat imports:package:commonkit/src/helpers/network_helper.dartthat 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.cn/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_cache_manager |
^3.4.1 |
3.4.1 | 3.4.1 | |
http |
^1.0.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.0.0 |
1.2.1 | 1.2.1 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
path_provider |
^2.1.0 |
2.1.5 | 2.1.5 | |
permission_handler |
^12.0.0 |
12.0.1 | 12.0.1 | |
shared_preferences |
^2.2.0 |
2.5.3 | 2.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.
Check the analysis log for details.