qiuxiang / flutter-android-window

A flutter plugin allows you to create native android floating window.
MIT License
62 stars 19 forks source link

Usage of other plugins? #6

Closed princesanjivy closed 2 years ago

princesanjivy commented 2 years ago

Firstly, this is a great pluign I came across and it suits prefectly for my need. I am wondering whether it is possible to use all other plugins out there normally as using in Flutter projects, because no external plugin worked inside androidWindow() eg. the plugins which I tested out

If its possible to use, please do share some hints or references.

qiuxiang commented 2 years ago

It can be clear that url_launcher is not supported. And other plugins that rely activity also not work. Because floating window run as service not activity.

http should work. I'll write a example for it later.