SystemAlertWindow
SystemAlertWindow copied to clipboard
A flutter plugin to show Truecaller like overlay window, over all other apps along with callback events. In Android Go or Android 11 & above, this plugin shows notification bubble, in other android ve...
How to change the notification text? 
I'm encountering difficulties with SystemAlertWindow.showSystemWindow, as it consistently sets a fixed height for the bubble, occupying around one-third of the screen. I aim to expand the bubble to cover the...
system_alert_window: ^1.3.0 is the package iam used in my flutter project and there is in debug mode the overlay and background services working properly , and when iam using the...
Hello, How would you close the system window when the app closes?
D/SAW:MethodCallHandlerImpl(26227): On method call closeSystemWindow only shows this in the console, it doesn't close the overlay Android 13 Xiaomi redmi note 11 pro plus
**Describe the bug** I'm using overlay dialog just like Truecaller, and it's invisble some time like it's opening and showing notification as well but it's just invisible and transaparent **To...
hay there i just want to add buttons on my overlay i have created a custom ui for it i want when i tap on any button then it ll...
**Describe the bug** Whenever I put the overlay in the background, a new thread/isolate is created but never disposed.  This started happening when I started using: ``` @pragma("vm:entry-point") void...
In the previous version we can use SystemWindowbody to define shape for our content, but in this latest only circle popup found. I have to show message on popup but...