Flutter place object on top of image

Issue

I try to recreate the following image in Flutter web, I understand how to do almost everything, except the profile box that is above the image,

How can I put an object on top of an image?

enter image description here

Solution

Use Stack to put widgets on each other ,if you want to put widget on specific position use Positioned

i suggest you to read this article

Answered By – mohammad esmaili

Answer Checked By – Pedro (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *