I want to create a floating button bar in flutter similar to the floating bottom bar as shown in the image shared
the above image is from dependency https://pub.dev/packages/floating_bottom_navigation_bar , this is for the page navigation , but I don't want navigation just want the action to be performed upon pressing the button, and the view should be the same.
You can copy paste run full code below
You do not need to put page navigation logic in it and view will be the same
You can directly check
onTapto know which button user clickworking demo
full code