pipe 3.0.0 copy "pipe: ^3.0.0" to clipboard
pipe: ^3.0.0 copied to clipboard

Pipe operator for some basic Dart types.

5
likes
100/ 140
pub points
22%
popularity

We analyzed this package 4 days ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
10 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

10 out of 19 API elements (52.6 %) have documentation comments.

Some symbols that are missing documentation: pipe.FunctionPiping, pipe.IterableInspecting, pipe.IterablePiping, pipe.MapInspecting, pipe.MapPiping.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 issues. Showing the first 2:

WARNING: 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

WARNING: 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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

5
likes
100
pub points
22%
popularity

Publisher

unverified uploader

Pipe operator for some basic Dart types.

Homepage

Documentation

API reference

License

unknown (LICENSE)

More

Packages that depend on pipe