Flutter: how to animate movement of InteractiveViewer from one point to another on a Map
In my game called "Loca Deserta: Chumaki" (still WIP) I have an InteractiveWidget widget used as a scroll/pan/zoom surface of the game map.
Different cities are shown on it like this:
To help navigate the map I decided to add following feature: pl...
Hitesh Danidhariya
I am new to Interactive View and want to translate left and right which is done by me.But want to bound translate to the boundary of canvas.But any way to get the Interactive canvas? How do I get the Interactive canvas?