puzzle_cube 0.2.0
puzzle_cube: ^0.2.0 copied to clipboard
An interactive 3D twisty-puzzle cube for Flutter, with a 3x3 model (turns, scrambling, validation) and a gesture-driven widget (orbit, drag-to-turn).
Changelog #
0.1.0 #
- Initial release.
RubiksCubeState— 3x3 cube model: 12 outer + 6 slice moves, scrambling, solved-state detection, deep copy, JSON (de)serialisation and per-sticker painting.CubeController+Cube— interactive 3D widget with orbit, tap-to-select, and finger-following drag-to-turn (snaps to the nearest quarter-turn), plus queued/animated moves andplaySequence.CubeColorValidator— validates whether a colouring is a real, solvable cube.
0.1.1 #
- Fix bug in example for drag to move not working
- Map to public Github Repository
- Adding gif
0.1.2 #
- Fix the demo gif in the README.
0.2.0 #
- Renamed
RubiksCubeStatetoPuzzleCubeState. - Added pub.dev
topicsand dropped therubiks-cubetopic. - Added
applyMoveInstantto table