adi_helpers 1.0.7-nullsafety2
adi_helpers: ^1.0.7-nullsafety2 copied to clipboard
A bunch of random helpers
We analyzed this package 5 days ago, and awarded it 115 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.
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` is empty.
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
`CHANGELOG.md` does not contain reference to the current version ("1.0.7-nullsafety2").
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
31 out of 130 API elements (23.8 %) have documentation comments.
Some symbols that are missing documentation: Bitwise, Bitwise.Bitwise, Bitwise.Bitwise.Bitwise.new, Bitwise.Bitwise.getBitwiseValue, Bitwise.Bitwise.isSet.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:adi_helpers/fileIO.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 46 issues. Showing the first 2:
INFO: The file name 'Bitwise.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run dart analyze lib/Bitwise.dart
INFO: Statements in an if should be enclosed in a block.
lib/Bitwise.dart:28:7
╷
28 │ return selectedOptions - getBitwiseValue(option);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/Bitwise.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.15.0-nullsafety.5 |
1.19.1 | 1.19.1 | |
dartz |
^0.10.0-nullsafety.0 |
0.10.1 | 0.10.1 | |
intl |
^0.17.0-nullsafety.2 |
0.17.0 | 0.20.2 | |
quiver |
^3.0.0-nullsafety.3 |
3.2.2 | 3.2.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
clock |
- | 1.1.2 | 1.1.2 | |
matcher |
- | 0.12.18 | 0.12.18 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.9 | 0.7.9 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.17.0-nullsafety.2` on intl does not support the stable version `0.18.0`.
Try running dart pub upgrade --major-versions intl 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.10, Dart 3.11.0.
Check the analysis log for details.