An application I'm working on needs something similar to messenger's floating chat heads. And I want to develop my app using Flutter. Can we do that?
[]
Make the Chat Head float even when the app is closed. Chat Messages List starts from the top, it must start from the bottom as in real Messenger. onDragEnd() while exiting the Chat Head can be improved for better Floating Location. Inital Floating Location can be saved as the last Floating Location left by the user.
Launch the Facebook Messenger app on your phone. Now tap on your profile picture in the upper left corner. Then scroll down to the Chat Heads setting. Finally, toggle it off.
From Chats, tap your profile picture in the top left. Scroll down and tap Bubbles. Tap All conversations can bubble or Selected conversations can bubble. To turn off this feature, select Nothing can bubble.
I think that at the moment you will need to implement overlays in native android. Here is an example how to approach it. You can connect them with flutter via platform-channels.
You can still write the app in flutter for iOS and Android, the only thing is that you will logically need to separate platform-specific code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With