Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

A Sudoku game written in Dart using Flutter

icon_square

Flutter-Sudoku

Play Online

Downloads

This is a fully fledged Sudoku game written in Dart using Flutter.

It can be exported to Android, iOS, Fuchsia, Windows, Linux, MacOS, PWA or a Web App.

Installation & Usage:

Building:

Requirements:

Installing required packages

  1. Clone this repository
  2. Set current working directory to sudoku
  3. Run these commands:flutter pub get flutter pub upgrade flutter pub outdated
  1. Run flutter doctor to check fo any issues (Optional)

Steps for exporting to a PWA or Web App

  1. Set current working directory to sudoku
  2. Run flutter build web --release

Steps for exporting to Windows

  1. Set current working directory to sudoku
  2. Run flutter build windows --release

Steps for exporting to Android

  1. Set current working directory to sudoku
  2. To export as an Android app run:flutter build apk to build a fat APK for all ABIsORflutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi to build multiple APKs for every ABI

Features:

Note:

Screenshots:

Download Sudoku game source code on GitHub

Exit mobile version