primekit_core 1.0.0
primekit_core: ^1.0.0 copied to clipboard
Core building blocks for Flutter apps: validation schemas, async state management, dependency injection, result types, and common extensions. Zero heavy dependencies — ships as a pure Flutter package.
We analyzed this package 6 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: primekit_core.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: primekit_core, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting primekit_core... Discovering libraries... Linking elements... Precaching local docs for 651707 elements... Initialized dartdoc with 828 libraries Generating docs for library forms.dart from package:primekit_core/forms.dart... Generating docs for library primekit_core.dart from package:primekit_core/primekit_core.dart... Generating docs for library async_state.dart from package:primekit_core/async_state.dart... Generating docs for library di.dart from package:primekit_core/di.dart... Documented 4 public libraries in 48.5 seconds ERR: warning: ambiguous reexport of pk_schema.PkSchema, canonicalization candidates: (primekit_core, primekit_core) -> primekit_core (confidence 0.000) from pk_schema.PkSchema: (file:///tmp/pana_SJQLBO/lib/src/forms/pk_schema.dart:33:16) primekit_core: 2.177 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667)) primekit_core: 2.177 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667)) Use {@canonicalFor pk_schema.PkSchema} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [250 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/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 |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
convert |
^3.1.1 |
3.1.2 | 3.1.2 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
logger |
^2.4.0 |
2.7.0 | 2.7.0 | |
uuid |
^4.5.3 |
4.5.3 | 4.5.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.3.0 |
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.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.