I would like to create a map of France, with every departments (96 in total in France) would be a clickable button, (which will redirect to another page), in a Flutter app.
How can I do that ?
My first idea is to use a big map of France like below, fix the size of my page equal the size of the image, and create rectangle buttons with fix x/y/width/height positions and lengths on the image. For some places, a rectangle is not a good fit. The all page should be scrollable horizontally and vertically.
Do you have any better idea ? Using Google maps or Open Street view ?
Thank you very much !
