basic_functional_dart 1.2.1
basic_functional_dart: ^1.2.1 copied to clipboard
A minimal functional library written entirely in dart.
We analyzed this package 6 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
86 out of 374 API elements (23.0 %) have documentation comments.
Some symbols that are missing documentation: basic_functional_dart.DoubleToDuration, basic_functional_dart.DoubleToDuration.ms, basic_functional_dart.DoubleToDuration.ss, basic_functional_dart.DurationExts, basic_functional_dart.DurationExts.delay.
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:basic_functional_dart/basic_functional_dart.dartthat imports:package:basic_functional_dart/src/validated_result_version/plain_iterator_extensions.dartthat imports:dart:isolate
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 23 issues. Showing the first 2:
WARNING: This 'onError' handler must return a value assignable to 'Validation
lib/src/validation.dart:107:33
╷
107 │ .catchError((err) {
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/validation.dart
INFO: The variable name 'Left' isn't a lowerCamelCase identifier.
lib/src/either.dart:1:14
╷
1 │ Either<L, R> Left<L, R>(L left) => Either.left(left);
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/either.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
fast_immutable_collections |
^10.2.2 |
10.2.4 | 11.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.18.1 | 1.18.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^10.2.2` on fast_immutable_collections does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions fast_immutable_collections 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.1.
Check the analysis log for details.