Take Sudoku puzzles out of their printed medium and solve them on your smartphone instead!
Using Computer Vision and AI this app can detect and extract Sudoku grids from images and display them as digital puzzles on the users phone.
You need to have Flutter and Android SDK installed.
First you need to setup third-party JNI libraries and update the sudoku_scanner plugin:
cd sudoku_scanner
sh setup.sh
flutter pub get
cd ..
Then update the main app and run the build command:
flutter pub get
flutter run
You can run flutter build apk --split-per-abi
to build an apk for each platform instead of one big one.
Note
Read here for more information on how to debug and test the sudoku_scanner plugin!