Dart package for generating and solving Sudoku boards.
Tests
Unit tests are available for the Board and Solver classes.
Use either dart test or flutter test to run the tests.
Status
This is a work in progress. Board generation should be available soon.