overlay_pop_up 1.0.3
overlay_pop_up: ^1.0.3 copied to clipboard
A new Flutter plugin to display pop ups or screens over other apps in Android even when app is closed or killed.
1.0.3 #
- Added capability to show overlay when main app is closed (context is null)
1.0.2 #
- Fix 1.0.1 version error when showing overlay pop up. was added new param to handle the entryPoint method name in showOverlay method.
1.0.0 #
- added android 14 espcifications and update readme example.
0.0.9 #
- add screen limits to drag pop up to prevet future bugs
0.0.8 #
- now remeber the last overlay position, will be re-open in the last drag position
0.0.7 #
- added method to close overlay data listener
0.0.6 #
- now you can get the last overlay position
0.0.5 #
- now the overlay can be dragged
0.0.4 #
- fix some bugs
0.0.3 #
- Added update overlay size method when overlay is displayed and added close when user tap in back button as new param
closeWhenTapBackButtonand added support for horizontal and vertical alignment
0.0.2 #
- Added overlay orientation as new param
screenOrientation
0.0.1 #
- Initial release