result_monad 1.0.2
result_monad: ^1.0.2 copied to clipboard
A Dart implementation of the Result Monad which allows for more expressive result generation and processing without using exceptions.
2
likes
120/ 130
pub points
27%
popularity
We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 130):
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 22 out of 23 API elements (95.7 %) 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 10 issues. Showing the first 2:
INFO: Don't use null check on a potentially nullable type parameter.
lib/src/result_monad_base.dart:65:33
╷
65 │ return thenFunction(_value!);
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/result_monad_base.dart
INFO: Don't use null check on a potentially nullable type parameter.
lib/src/result_monad_base.dart:89:41
╷
89 │ return await thenFunction(_value!);
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/result_monad_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.12
, Dart 2.17.0
.