I built Dashronym to tame the acronym soup I kept running into in some docs I was writing.
The package scans your Flutter text for those cryptic abbreviations and turns each one into a friendly tooltip you can tap/tab into to see the full meaning, keeping the flow readable for everyone. It started as a way for me to dive deeper into Flutter and Dart, inspired by classic tooltip.
I’m not an expert with semantics or accessibility, but I tried to include localizations, focus nodes, and some other stuff that’s recommended for that kind of thing.
Just wanted to share, and get some feedback.