lukepighetti / flutter_hotspot

Simple tours, coachmarks, and tutorials. Just tag your Widgets!
https://pub.dev/packages/hotspot
MIT License
139 stars 14 forks source link

Suggested International Compatible UX + Mega Step Count Support #2

Closed mdrideout closed 4 months ago

mdrideout commented 4 months ago

Reasons

Suggestions

lukepighetti commented 4 months ago

with >5 pages

Screenshot 2024-06-25 at 5 57 50 PM

with <=5 pages

Screenshot 2024-06-25 at 5 58 10 PM
lukepighetti commented 4 months ago

as a note, this can also be overridden by providing HotspotProvider with a custom actionBuilder

lukepighetti commented 4 months ago

going to leave these strings but they are overridable now by providing HotspotProvider with eg actionBuilder: HotspotActionBuilder(doneText: "Fin!"). And as always you can provide your own actionBuilder.

As a note, I did like the icon idea, but material doesn't really have a strong concept of a raised icon button that I'm aware of and I wasn't confident using regular IconButton in this context