A simple puzzle game built with Flutter:
The game displays a 3×3 grid of numbered tiles (0–8).
Players can select two tiles to swap their positions.
When the tiles are arranged in the correct order, a “Puzzle Solved” message appears.
A Shuffle button in the AppBar randomizes the tiles to start a new round.
Built using GridView and AnimatedContainer for smooth UI and interactions.