Search code examples
flutterchatmessageforwardreply

Flutter showDialog on top of a widget


I'm developing a chat application which allows users to reply to others' messages. I want to make it so that when user long pressed a chat bubble, a dialog will appear directly on top of the bubble with the options to either reply or forward. I tried using showDialog, but the dialog always appears in the center. Is there any way to do this with flutter? Any help will be appreciated.


Solution

  • Please refer to this focused_menu plugin

    Example

    or

    You can also try flutter menu