overlay_pop_up 1.0.6+2
overlay_pop_up: ^1.0.6+2 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.6+2 #
Bug Fixes #
- Fixed crash when service is stopped before flutterView initialization (lateinit property not initialized error)
1.0.6+1 #
Drag-to-Dismiss with Drop Zone #
- Added drag-to-dismiss feature with drop zone - users can now drag the overlay to a trash icon zone to close it
- Drop zone appears at the bottom center of the screen when dragging starts (when
swipeToDismissis enabled)
Bidirectional Messaging #
- BREAKING CHANGE:
dataListenernow receives messages FROM overlay TO main app (was previously for main → overlay) - Added
overlayDataListenerto receive messages FROM main app TO overlay widget (use this in your overlay widget's StreamBuilder) - Added
sendToMainApp()method to send messages from overlay to main app sendToOverlay()continues to send messages from main app to overlay- Implemented separate message channels for each direction to prevent conflicts between main app and overlay engines
- Added
initializeMessageHandler()for early initialization of message handlers
1.0.5+2 #
- Fixed null pointer error in the first pop up initialization
1.0.5+1 #
- was fixed simultaneously request permission
1.0.5 #
- Added entryPointMethodName param in showOverlayMethod
1.0.4 #
- Fixed overlay permission request
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