Skip to content

Releases: VarunS2002/Flutter-Sudoku

PWA Bug Fix Update

17 Jun 16:01
Compare
Choose a tag to compare
  • Fixed no install option available for the Progressive Web App
  • Removed native splash screen from Web

  Play Here

Feature, Bug Fix and Windows Update

17 Jun 13:31
Compare
Choose a tag to compare
  • Ability to long press a square to erase your input
  • Added option to change the accent color
    • Available colors:
      • Cyan
      • Blue
      • Indigo
      • Violet
      • Purple
      • Pink
      • Red
      • Orange
      • Green
    • Unsolved squares color is set to Orange if accent color is Red
    • Default is Blue
  • Version number in About window is now a hyperlink to the releases page of this project on GitHub
  • Added proper support and released installer for Windows
    • Hides default Desktop Title Bar
    • AppBar (Sudoku Title Bar) can be used to drag the window
    • AppBar (Sudoku Title Bar) can be double-tapped to maximise or restore the window
  • Set theme based on device theme on first run (Android, iOS and Web)
  • Made native splashscreen dark and added app icon (Android, iOS and Web)
  • Updated app name, description and name displayed in link previews
  • Added screenshots to be displayed when installing as a PWA
  • Fixed issue where game wouldn't end even after correctly solving it
  • Fixed issue where game would have multiple solutions

UI and Bug Fix Update

09 Apr 11:29
Compare
Choose a tag to compare
  • Replaced Speed Dial with Bottom Modal Sheet
  • Fixed issue where grid buttons could not be clicked
  • Fixed shared_preferences error when switching themes
  • Significantly increased size of buttons and font size of text in the main grid when running on desktop platforms
  • About window now shows device platform too when running web version
  • Shows hand cursor onHover on web and desktop
  • Added screenshots to be displayed when installing as a PWA
  • Updated app description and name in web previews and windows builds
  • Updated metadata for windows builds

Bug Fix Update

27 Feb 04:10
Compare
Choose a tag to compare
  • Fixed URLs not opening from About window
  • Rounded Edges of the corner 4 buttons of the main grid
  • About Window changes
    • Added Platform name to About window
    • Removed package name from About window
    • Removed build number from About window
  • Signed APK

Feature Update

11 Jan 04:00
Compare
Choose a tag to compare
  • Added SplashScreen
    • Displayed for 2 seconds
  • Added About Dialog with links and information

Bug Fix Update

02 Jan 12:04
Compare
Choose a tag to compare
  • Forced Portrait Orientation as app doesn't support Landscape

Major Feature Update

29 Dec 19:50
Compare
Choose a tag to compare
  • Added 4 Difficulty Levels : Beginner, Easy, Medium and Hard
    • Default at first run is 'Easy'
    • Current Difficulty level is highlighted in blue color
  • Changed the method to input numbers in the grid
    • Clicking a box now displays a dialog with buttons 1-9
  • Added Dark theme with toggle to switch
  • Saves difficulty level and theme locally for subsequent runs
    • Saves it automatically every time you change it
  • Animated all Alert Dialogs
  • FAB is now disabled until an Alert Dialog is dismissed
  • Fixed Alignment of Numbers in the Grid Buttons

Feature Update

19 Dec 09:25
Compare
Choose a tag to compare
  • Added Restart Game option in Game Over Dialog
  • Removed Unnecessary Ok button from Game Over Dialog
  • Swapped Position of buttons in Exit App Dialog

First Release

17 Dec 06:09
Compare
Choose a tag to compare
  • Uses a combination of Sudoku generation and solving algorithm to create a unique game
  • Generates a New Game when you start the app
  • Input numbers in the grid by repeatedly clicking a box
  • Button to start a New Game
  • Button to Restart Game
  • Button to Show the Solution