Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter overlay over other apps

I want to build a Flutter App that can show information in a modalBottomSheet, but outside of the App.

The App should run in the background and when I want it to show something, it should show a modalBottomSheet over the curently used App. It doesn't matter if the user is in a App or just the Homescreen, important is that the App runs from the background and can overlay other Apps.

like image 712
Acidic Avatar asked Oct 13 '25 07:10

Acidic


1 Answers

You could use flutter_overlay_window. It can display your flutter app over other apps on the screen

like image 188
suzan Avatar answered Oct 14 '25 19:10

suzan