recollect_utils 1.2.4
recollect_utils: ^1.2.4 copied to clipboard
All you'll ever need to create windows applications
We analyzed this package 3 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.
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: recollect_utils, - 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
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
637 out of 1078 API elements (59.1 %) have documentation comments.
Some symbols that are missing documentation: colour.Colour.Colour.fromARGB, colour.Colour.Colour.fromB256, colour.Colour.Colour.fromColor, colour.Colour.Colour.fromFraction, colour.Colour.Colour.fromHSL.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Windows
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:recollect_utils/recollect_utils.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:recollect_utils/recollect_utils.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:recollect_utils/recollect_utils.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:recollect_utils/recollect_utils.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:recollect_utils/recollect_utils.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 60 issues. Showing the first 2:
INFO: The extension name 'c' isn't an UpperCamelCase identifier.
lib/modules/colour/colour.dart:478:11
╷
478 │ extension c on Color {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/modules/colour/colour.dart
INFO: 'red' is deprecated and shouldn't be used. Use (*.r * 255.0).round().clamp(0, 255).
lib/modules/colour/types/colour_space.dart:118:34
╷
118 │ math.pow(backgroundColor.red, 2) * 0.299 +
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/modules/colour/types/colour_space.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
unicode |
^1.1.9 |
1.1.9 | 1.1.9 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.9 | 4.0.9 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
posix |
- | 6.5.0 | 6.5.0 | |
simple_sparse_list |
- | 0.1.4 | 0.1.4 | |
vector_math |
- | 2.2.0 | 2.2.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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.