system_alert_window 0.1.4
system_alert_window: ^0.1.4 copied to clipboard
A flutter plugin to show Truecaller like overlay window, over all other apps along with callback events.
0.1.4 #
- Fixed overlay window issue with older Android versions
0.1.3+1 #
- Fixed a crash with updateSystemWindow method for android 9 and below
0.1.3 #
- Fixed a bug in closeSystemWindow method
- Improved permissions checking logic
- Added support for updating the system alert window
0.1.2 #
- Moved bubble notification to foreground service, to allow the bubble to display in all cases
- Fixed the launcher icons of the example
0.1.1+1 #
- Added logging + Made minor changes to fix crashes with bubbles
0.1.1 - Breaking Changes #
- Renamed the models to avoid conflicts with the native libraries
0.1.0 #
- Added support to close the system alert window
- Improved the permissions API to include support for Android 10
0.0.1 #
- Initial release (Working only for Android)