I have an app that needs a persistent, across multiple screen timer feature in it, which can be launched from one or two different screens. I can build a timer widget and countdown part. But I can't seem to figure it out how to keep it running and floating across all screens, meaning while I tap out, it can still show in different other screens? Or do I need to rebuild it with a global state at every screen I go to?
I’m thinking A small persistent modal sheet at bottom? But the persistent part have had me struggling for a week now.
Do I use Stack? I just don’t know where to start on the part that can stay across all screens.
Please help, guys. thank you in advance!!!