futurepaul/fluttermint

add tooltips

futurepaul opened this issue · 0 comments

Screen Shot 2022-06-25 at 9 35 09 AM

tooltips are a combination of state and custom widgetry:

they need to be controlled by some sort of global state that keeps track if they've been shown yet

there's a tooltip widget in flutter but it's not customizable enough to work for our purposes I believe. will need a way of positioning without breaking the existing layout

I started on the visual of this widget here: https://github.com/futurepaul/fluttermint/blob/master/lib/widgets/fedi_tooltip.dart