persistant_queue 0.0.2
persistant_queue: ^0.0.2 copied to clipboard
it is a persistant queue
We analyzed this package 27 hours ago, and awarded it 105 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.
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.0.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
16 out of 31 API elements (51.6 %) have documentation comments.
Some symbols that are missing documentation: flutter_persistent_queue.Buffer, flutter_persistent_queue.Buffer.Buffer.new, flutter_persistent_queue.Buffer.defer, flutter_persistent_queue.Buffer.destroy, flutter_persistent_queue.TracomPersistentQueue.TracomPersistentQueue.new.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:persistant_queue/persistant_queue.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:persistant_queue/persistant_queue.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:persistant_queue/persistant_queue.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:persistant_queue/persistant_queue.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:persistant_queue/persistant_queue.dartthat declares support for platforms:Android.
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
WARNING: The left operand can't be null, so the right operand is never executed.
lib/tracom_persistant_queue.dart:53:33
╷
53 │ maxLength: maxLength ?? flushAt * 5,
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/tracom_persistant_queue.dart
WARNING: The left operand can't be null, so the right operand is never executed.
lib/tracom_persistant_queue.dart:61:63
╷
61 │ TracomPersistentQueue._internal(filename, nickname ?? filename);
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/tracom_persistant_queue.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
localstorage |
^4.0.0+1 |
4.0.1+4 | 6.0.0 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.20 | 2.2.20 | |
path_provider_foundation |
- | 2.4.3 | 2.4.3 | |
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 | |
platform |
- | 3.1.6 | 3.1.6 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^4.0.0+1` on localstorage does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions localstorage 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.1, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.