Adding Interactivity to an Image in Flutter — Take 2

Code on the Rocks
10 min readApr 29, 2021

A while ago, I wrote an article on interacting with SVG images in Flutter.

Interacting with SVG Images in Flutter | by Joseph Muller | Medium

Although my steps worked, there were a bunch of limitations and downsides to the overall approach:

  • It was complicated
  • It was tedious
  • Changes were difficult to make without re-writing large pieces of code
  • It was designed specifically for images that were made up of…

--

--