flutter_sudoku icon indicating copy to clipboard operation
flutter_sudoku copied to clipboard

Sudoku games written in Flutter

Results 19 flutter_sudoku issues
Sort by recently updated
recently updated
newest added

When multiple playback or show answer at the same time, it will cause confusing issue.

I feel like there maybe have a better way to combine sudokuNotifier with counterNotifier. 1. sudokuNotifier own gameStatus, when gameStatus is failed or success, it should notify counterNotifier stop timer...

enhancement