SystemAlertWindow icon indicating copy to clipboard operation
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...

Results 21 SystemAlertWindow issues
Sort by recently updated
recently updated
newest added

How to change the notification text? ![Screenshot_16832501881](https://user-images.githubusercontent.com/24282925/236361790-8c967150-da3b-47b6-9aeb-228dd30e28e7.png)

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. ![image](https://github.com/user-attachments/assets/1851f1d4-8337-4281-9d40-358789ced020) 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...