X-SLAYER / flutter_overlay_window

Flutter plugin for displaying flutter app over other apps on the screen
https://pub.dev/packages/flutter_overlay_window
MIT License
94 stars 98 forks source link

Add support for android API 34 #92

Closed dcdj99 closed 2 months ago

dcdj99 commented 4 months ago

Due to changes in foreground permissions from API 33 to 34, starting the overlay now causes a crash in the app unless a service type is declared in the manifest.

Infinity-Studios-Software commented 4 months ago

which service type?

EDIT: Fixed it, as a temporary fix declaring any type of service type works. You need to have at least 1 declared, per the API 34 changes on the oficial docs.