maze_game
A simple maze game in Flutter. It also serves as a CustomPainter example.
¿Why?
In another project, I needed to create a "simple" maze game that can be used in low-end devices, so game engine was not an option.
Suddenly, I found a way to do it in pure Android.
So, this is a "port" of that saviour example.
Maze package
You can use it in your project, you only need to add the dependency:
Now you can create your Maze: