Changelog
See how Dashtronaut changed since it started, until the submission, and beyond that
- 1.0.0+17 & 1.0.0+18
- Fixing Game Center issue that got the app rejected multiple times for MacOS
- 1.0.0+16
- Fix: Starting first move with keyboard didn't start the stopwatch
- 1.0.0+15
- Code optimization and testing
- Fix: Added error handling to getting puzzle from local storage. Storage is cleared now if there are inconsistencies with the data stored and any update’s new data structure
- Fix: Fade transition using AnimationController after disposing it - added (mounted) check
- Added keyboard support for desktop and web
- Added latest 10 scores to app drawer
- 1.0.0+12 => 1.0.0+14
- 1.0.0+11
- Changed Dash’s dialog
- Responsiveness fixes
- Fix correct tiles count (e.g. 0/8 instead of 0/9)
- 1.0.0+10
- Added haptic feedback on
- Added Dash tapped phrase bubbles (Funny dialog)
- Sharing functionality
- Changed splash screen background image to gradient only
- 1.0.0+9
- Added moves counter
- Changes in the background layers to allow space for dash
- Added animated dash
- Added timer, correct tiles counter, and moves counter above the puzzle
- Show reset puzzle confirmation dialog only if the puzzle hasn't started yet
- Added phrase bubbles: On puzzle started, on hard puzzle size selected, and when the puzzle is solved
- 1.0.0+8
- Fix: When progress is saved, and there are correct tiles at the start, rive animations are initialized correctly.
- Change background image of gradient to container gradient
- Animate In for planets, board, and UI elements
- Animated stars
- Upgraded Flutter to 2.10.2
- 1.0.0+7
- Tiles can move on tap alone
- Changes on buttons design (used ElevatedButton instead of GestureDetector for accessibility)
- Added pulse animation to movable tiles
- Saving progress to local storage
- 1.0.0+6
- Removed BuildContext dependency from PuzzleProvider (Previous issue fixed)
- 1.0.0+5
- Responsiveness
- Added Confirmation Dialog for reset button
- Cancelled dragging tiles, swiping moves the tile to whitespace right away (for better performance)
- Rewrote the puzzle provider logic to fix the issue with the puzzle board sometimes not building on first open (needs testing to confirm that it’s fixed) DIDN'T WORK
- 1.0.0+4
- Fix attempt for the issue that came up after latest fix of tile dragging (tile stays half way & 2 tiles can be above each other)
- 1.0.0+3
- Removed gradient from Rive animations (for better style & performance)
- Changed logic for dragging tile to prevent dragging in the opposite direction from moving the tile
- 1.0.0+2
- Added Rive animations to the tiles (with gradient)
- 1.0.0+1
- Basic puzzle logic implemented
- Added stars and planets to the background (not animated)