sudoku_api 2.1.0 copy "sudoku_api: ^2.1.0" to clipboard
sudoku_api: ^2.1.0 copied to clipboard

sudoku_api simplifies the generation, interaction, and management of Sudoku Puzzles.

23
likes
110/ 140
pub points
62%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

116 out of 157 API elements (73.9 %) have documentation comments.

Some symbols that are missing documentation: sudoku_api, sudoku_api.Cell.addMarkup, sudoku_api.Cell.addMarkupSet, sudoku_api.Cell.change, sudoku_api.Cell.clearMarkup.

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 23 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/models/Cell.dart:125:17

    ╷
125 │   bool operator ==(dynamic obj) {
    │                 ^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/Cell.dart

WARNING: The value of the field '_clues' isn't used.

lib/src/models/Pattern.dart:5:8

  ╷
5 │   int? _clues;
  │        ^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/Pattern.dart

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

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
collection ^1.15.0 1.18.0 1.18.0
tuple ^2.0.0 2.0.2 2.0.2
uuid ^3.0.4 3.0.7 4.4.0
Transitive dependencies
Package Constraint Compatible Latest
crypto - 3.0.3 3.0.3
typed_data - 1.3.2 1.3.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^3.0.4` on uuid does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions uuid to update the constraint.

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.

23
likes
110
pub points
62%
popularity

Publisher

verified publisheralvinr.ca

sudoku_api simplifies the generation, interaction, and management of Sudoku Puzzles.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, tuple, uuid

More

Packages that depend on sudoku_api