LvKang-insist / flutter_floating

Flutter免权限悬浮窗,支持全局、单页面悬浮、支持边缘吸附,边缘吸附位置选择、位置保存、上下可滑动区域控制以及屏幕旋转窗口化后的位置修复等。The Flutter has no jurisdiction suspension window, supports global, single page suspension, edge adsorption, edge adsorption location selection, position preservation, control of the upper and lower sliding regions, and so on
https://lvkang-insist.github.io/flutter_floating/
MIT License
66 stars 18 forks source link

系统悬浮窗 #25

Closed sheng-di closed 8 months ago

sheng-di commented 9 months ago

有可能实现类似于 Android 的系统全局悬浮窗(覆盖在其他应用上面)、iOS 的 Video 视频画中画功能,实现的系统级别的悬浮窗吗?

这类工作是不是只能使用原生开发了。。

LvKang-insist commented 8 months ago

有可能实现类似于 Android 的系统全局悬浮窗(覆盖在其他应用上面)、iOS 的 Video 视频画中画功能,实现的系统级别的悬浮窗吗?

这类工作是不是只能使用原生开发了。。

是,flutter 的没办法覆盖着原生页面上面,但是原生的可以。或者让flutter获取系统级悬浮窗权限(不过这个目前不太好实现)。所以系统级的还是以原生的为主