pipe 3.0.0
pipe: ^3.0.0 copied to clipboard
Pipe operator for some basic Dart types.
We analyzed this package 40 hours ago, and awarded it 110 pub points (of a possible 140):
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 60 to 180 characters to describe the package, what it does, and its target use case.
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 10 out of 19 API elements (52.6 %) have documentation comments.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: This null-check will always throw an exception because the expression will always evaluate to 'null'.
lib/src/pipe_base.dart:6:40
╷
6 │ operator | (Function(String) f) => f(this!);
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/pipe_base.dart
INFO: This null-check will always throw an exception because the expression will always evaluate to 'null'.
lib/src/pipe_base.dart:39:7
╷
39 │ f(this!);
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/pipe_base.dart
10/10 points: All of the package dependencies are supported in the latest version
No 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: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.25
, Dart 2.19.0
.