Dashronym: Friendly Acronym Tooltips for Flutter

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.

2 Likes

I added some screenshots to the package so you don’t need to run the example to see what it looks like.

Updated with goldens, and more test coverage, also fixed rendering when the screen switches from portrait to landscape, and the user scrolls when a tooltip is visible.