PackageTrack
Sign in Get early access

system_alert_window

A flutter plugin to show Truecaller like overlay window, over all other apps along with callback events.

2.0.11 4.8K downloads/mo #3885 most downloaded on pub.dev pvsvamsi/SystemAlertWindow

What this package is like to depend on

Last release 3 months ago

15 May 2026

Release timing varies

gaps range from 8 days to 12 months

Nearly every release is documented

notes for 64 of 65 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

65 releases · first in 2019

2 releases in the last 12 months

see the full history below

Release timeline

65 releases · Oct 2019 to May 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 65
  1. 2.0.11 15 May 2026
    Release notes
    • Fixed unit test — corrected channel name and codec to match the plugin's JSONMethodCodec registration.
    Open source →
  2. 2.0.8 16 Apr 2026
    Release notes
    • Improved BubbleActivity to handle edge-to-edge content and window insets for better Android 11+ compatibility.
    • Added SafeArea to the example overlay widget.
    • Upgraded Android Gradle plugin to 8.2.1 and Gradle wrapper to 8.11.1 in the example app.
    Open source →
  3. 2.0.7 02 May 2025
    Release notes
    • Fixed a bug in windows layout params
    Open source →
  4. 2.0.6 02 May 2025
    Release notes
    • Fixed display on other apps permission crash
    Open source →
  5. 2.0.5 24 Apr 2025
    Release notes
    • Fixed flutter engine crash
    Open source →
  6. 2.0.4 24 Jan 2025
    Release notes
    • Fixed service crash
    Open source →
  7. 2.0.3 09 Jan 2025
    Release notes
    • Fixed bubble's UI
    Open source →
  8. 2.0.2 29 Oct 2024
    Release notes
    • Added support for leading, trailing in SystemWindowGravity
    Open source →
  9. 2.0.1 28 Oct 2024

    Nothing published for this version

  10. 2.0.0 06 Mar 2024
    Release notes
    • Added support for Flutter UI within the overlay window
    Open source →
  11. 1.3.0 07 Nov 2023
    Release notes
    • Added support for Android 14
    • Uses new permission FOREGROUND_SERVICE_SPECIAL_USE
    Open source →
  12. 1.2.2 14 Aug 2023
    Release notes
    • Updated Gradle, min SDK is now set as 21
    • Added new notifications permission for Android 13
    • Added removeOnClickListener
    Open source →
  13. 1.2.1 18 Oct 2022
    Release notes
    • Fixed an issue in invoking the callbacks, while running the app in release mode.
    • Added comments for the methods
    Open source →
  14. 1.2.0 17 Oct 2022
    Release notes
    • Added support for background color across the system alert window through the param 'bgColor'. This will be used as a default background color
    • Added support for disabling clicks across the system alert window through the param 'isDisableClicks'. This is not applicable for bubbles.
    • Added comments for the methods
    Open source →
  15. 1.1.2 15 Jul 2022
    Release notes
    • Fixed a crash while updating the window layout
    Open source →
  16. 1.1.1 11 Apr 2022
    Release notes
    • Fixed Android Bubble related issue in Android 12 + Fixed log file crash related issue
    Open source →
  17. 1.1.0 05 Mar 2022
    Release notes
    • Added provision to save and fetch logs + Fixed run time errors
    Open source →
  18. 1.1.0+1 10 Mar 2022
    Release notes
    • Changed the base folder of the logs
    Open source →
  19. 1.0.1 21 Jan 2022
    Release notes
    • Fixed issue with casting
    Open source →
  20. 1.0.1+2 10 Feb 2022
    Release notes
    • Updated the gradle + removed unused dependencies
    Open source →
  21. 1.0.1+3 10 Feb 2022
    Release notes
    • Removed unused fonts + updated pubignore
    Open source →
  22. 1.0.0 14 Dec 2021
    Release notes
    • Supporting latest flutter version.
    • Fixed issues related to deprecated embedded versions
    Open source →
  23. 0.5.0 22 May 2021
    Release notes
    • Migrated to Null safety + Updated the readme
    Open source →
  24. 0.5.0+1 11 Aug 2021
    Release notes
    • Fixed issues in prefMode not being honored by the permissions and close layout calls
    Open source →
  25. 0.4.4 11 Aug 2021
    Release notes
    • Fixed issues in prefMode not being honored by the permissions and close layout calls
    Open source →
  26. 0.4.3 03 May 2021
    Release notes
    • Added support for prefMode to SystemAlertWindow. Using this users can force SystemAlertWindow to show overlay on Android 11 (prefMode = OVERLAY) and Bubble in Android 10 (prefMode = BUBBLE)
    Open source →
  27. 0.4.3+1 13 Jul 2021
    Release notes
    • Fixed prefMode crash
    Open source →
  28. 0.4.2 30 Dec 2020
    Release notes
    • Separated request permissions and check permissions
    Open source →
  29. 0.4.2+1 30 Dec 2020
    Release notes
    • Fixed the return types of request/check permission methods
    Open source →
  30. 0.4.2+2 30 Dec 2020
    Release notes
    • Fixed the return types of request/check permission methods
    Open source →
  31. 0.4.1 11 Nov 2020
    Release notes
    • Fixed a crash in system alert window if permission is not given
    Open source →
  32. 0.4.1+1 23 Nov 2020
    Release notes
    • Fixed a crash in system alert window while closing the window
    Open source →
  33. 0.4.0 05 Oct 2020
    Release notes
    • Added bubble support for Android 11 and Android Go versions
    Open source →
  34. 0.4.0+1 05 Oct 2020
    Release notes
    • Updated the readme + Fixed issues in pubspec file
    Open source →
  35. 0.3.2 09 Jul 2020
    Release notes
    • Updated the readme file. Now system alert window is draggable irrespective of it's width
    Open source →
  36. 0.3.2+1 09 Jul 2020
    Release notes
    • Updated the readme file, as gifs are not displaying on pub packages
    Open source →
  37. 0.3.2+2 12 Aug 2020
    Release notes
    • Fixed a crash while checking app permissions
    Open source →
  38. 0.3.1 26 Jun 2020
    Release notes
    • Fixed a rare crash, while updating system alert window. Now, update window method will consider the given width and height
    Open source →
  39. 0.3.0 13 Jun 2020
    Release notes
    • Migrated Overlay window to a new service and added notification to prevent it from getting unresponsive during long runtime
    Open source →
  40. 0.2.2 06 Apr 2020
    Release notes
    • Fixed a rare issue, callback of button click are not working
    Open source →
  41. 0.2.2+1 08 Apr 2020
    Release notes
    • Fixed a rare issue, window is not updating, Removed focus to the window, to allow keyboard interactions behind it
    Open source →
  42. 0.2.2+2 15 Apr 2020
    Release notes
    • Added retries for callback events + added logs to identify errors (if any)
    Open source →
  43. 0.2.2+3 09 Jun 2020
    Release notes
    • Fixed a rare crash, while updating system alert window
    Open source →
  44. 0.2.1 28 Feb 2020
    Release notes
    • Added support for background dispatch of click events. So that the click events are not missed, in case the app is destroyed while displaying the overlay window.
    Open source →
  45. 0.2.1+1 02 Mar 2020
    Release notes
    • Updated readme. Added debug logs to identify the crash while invoking callback.
    Open source →
  46. 0.2.1+2 02 Mar 2020
    Release notes
    • Added logs to debug click call back events.
    Open source →
  47. 0.2.1+3 02 Mar 2020
    Release notes
    • Fixed a crash, while closing system alert window
    Open source →
  48. 0.2.1+4 03 Mar 2020
    Release notes
    • Fixed a rare crash, while opening system alert window
    Open source →
  49. 0.2.0 28 Feb 2020
    Release notes
    • Added support for multiple buttons in the footer. Please refer to the updated example
    Open source →
  50. 0.1.5 30 Jan 2020
    Release notes
    • Refactored the code and replaced registerCallBack with registerOnClickListener. Please refer to the updated example.
    Open source →
  51. 0.1.5+1 30 Jan 2020
    Release notes
    • Fixed the casting issue in onClick callback.
    Open source →
  52. 0.1.4 18 Oct 2019
    Release notes
    • Fixed overlay window issue with older Android versions
    Open source →
  53. 0.1.4+1 29 Oct 2019
    Release notes
    • Fixed an issue where multiple overlay windows are creating during update overlay window call
    Open source →
  54. 0.1.4+2 29 Oct 2019
    Release notes
    • Fixed an issue where overlay window is crashing during update overlay window call
    Open source →
  55. 0.1.4+3 22 Jan 2020
    Release notes
    • Fixed minimum required API version for bubbles + Optimized the exports of systemAlertWindow models
    Open source →
  56. 0.1.4+4 24 Jan 2020
    Release notes
    • Fixed issue with bubble configuration on Android Q
    Open source →
  57. 0.1.4+5 29 Jan 2020
    Release notes
    • Fixed issue with ButtonPosition.TRAILING alignment
    Open source →
  58. 0.1.4+6 30 Jan 2020
    Release notes
    • Now body and footer are optional
    Open source →
  59. 0.1.3 18 Oct 2019
    Release notes
    • Fixed a bug in closeSystemWindow method
    • Improved permissions checking logic
    • Added support for updating the system alert window
    Open source →
  60. 0.1.3+1 18 Oct 2019
    Release notes
    • Fixed a crash with updateSystemWindow method for android 9 and below
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive