Interacting with SVG in Flutter
问题 I have an SVG which is composed of multiple paths. I would like to have an onTap listener - probably using a GestureDetector and figure out which path was tapped by the user (by class). I've tried a couple of approaches to this: Using flutter_svg package, which does render it correctly but unfortunately does not handle interactable paths. Using built_path and built_path_annotations which supposedly works but I didn't manage to generate the svg map data (dart code outlining the paths), partly