poker 0.2.0
poker: ^0.2.0 copied to clipboard
A Dart implementation of Texas Hold'em matchup simulator based on Henry Lee's Poker Hand Evaluator.
We analyzed this package 44 hours ago, and awarded it 95 pub points (of a possible 120):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. See the example generated by stagehand
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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 6 issues. Showing the first 2:
INFO: The import of './evaluator.dart' is unnecessary because all of the used elements are also provided by the import of 'package:poker/poker.dart'.
lib/src/evaluators/exhaustive_evaluator.dart:3:8
╷
3 │ import "./evaluator.dart";
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/evaluators/exhaustive_evaluator.dart
INFO: The import of './evaluator.dart' is unnecessary because all of the used elements are also provided by the import of 'package:poker/poker.dart'.
lib/src/evaluators/montecarlo_evaluator.dart:4:8
╷
4 │ import "./evaluator.dart";
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/evaluators/montecarlo_evaluator.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
meta | ^1.7.0 | 1.8.0 | 1.8.0 |
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
.