Michael
Michael

Reputation: 13

Flutter, show ToolTips on first startup

iam trying to create like an decent onboarding, with tooltips, but my question right now is, is it possible to say only show this tooltip on the first startup. It should work like instagram. If you install instagram, it shows you also like tooltips, how to use it.

thanks for the help in advance. :D

Upvotes: 1

Views: 923

Answers (2)

Jeremy
Jeremy

Reputation: 11

There's a new package that I find interesting for this use case: https://pub.dev/packages/overlay_tooltip, it comes with template use case so you can immediately plug it in your app. Kudos to the creator 👍

Upvotes: 0

MickaelHrndz
MickaelHrndz

Reputation: 3832

Check out the showcaseview package. I'm not sure that it shows only once though. If it doesn't, you can save persistent variables on the device with shared_preferences.

Upvotes: 3

Related Questions