overmark 0.1.0
overmark: ^0.1.0 copied to clipboard
Spotlight coach marks for Flutter onboarding tours. Dims the screen, highlights any widget through a cut-out, and explains it in a fully customizable card. Zero dependencies.
0.1.0 #
First release.
Overmark.showruns a spotlight tour over any set of widgets, returning anOvermarkOutcomedescribing how it ended.Overmark.showOnceruns a tour a single time, backed by a pluggableOvermarkStorage.OvermarkThemederives every colour and text style from the ambientThemeData, so the tour is at home in light and dark apps, andcopyWithoverrides only what you name.OvermarkConfigcovers tap-to-advance, the skip control, progress dots, animation timing, auto-scrolling, and back-gesture dismissal.- Per-step overrides for shape, radius, padding, and a full
cardBuilderreplacement. OvermarkControllerdrives a running tour from outside the card.- Runs as a route, so the system back gesture ends the tour and the spotlight keeps up with rotation, resize, and scrolling.
- No dependencies beyond Flutter.