Overlapped Containers in flutter - flutter

I want to achieve that in flutter using a stream builder, where I can place a container below another and have the top one overlapping the other like in the image provided. Please, your help will be much appreciated, thank you!

Guy in this UI challenge does similar thing
https://www.youtube.com/watch?v=i38DY5Mei4w

Related

Flutter How to make background Carousal image like below image

Is there any package to design below screen like. I tried lot of time on Online to get solution, but i didn't get any solution.
Can any one help me how to develop carosual card like below image ?
I've used this carousel slider package once.
also, this video might help. Kind of similar to your needs.
(I'll update the answer once I get to my computer.)

how to get semi and full progress gauge in flutter

I need the semi and full progress gauge like in the below image .How to achieve it in flutter.
Any help is really appreciated
There are many package available for this. Check this https://pub.dev/packages/percent_indicator.

How to add animations to screens in flutter

I am newbie into flutter. I have done the screen designs.
But, now my problem is to add Animations for the designed screens, Please help me out how do i achieve Animations for the screens. Help will be appreciated.
Have attached the below video for the reference..
https://filebin.net/8arfp9b6e1nhzrje/Screen1.mp4?t=741ossjz
There is no vide in that link , Can you please provide it for reference

How can set circular automatic scroll view?

How to make the circular automatic scroll view, In the scrollview if the last image reached then once again start the first image continuously scrolling. Any sample source code for this task.
Please help me. Thanks in advance.
i just create a demo of it may be its helps you this is a screen shot:-
this is a Demo link hope its helps you
http://www.sendspace.com/file/2yz9dn
In the Apple documentation you can find an example about how to accomplish this, take a look here, specially to the InfiniteScrollView class

Replicating Cardex View of Roambi App

I am interested in replicating the Cardex View that is seen in the Roambi App.
By Cardex I mean
Please help.
Thanks.
EDIT:
I Have not tried this because I dont know how to go about it. It would be very kind if I could get some help.
You can use Nick Lockwood's iCarousel, which can be downloaded here.
With iCarousel, you can create effects like this:
well i repicated the same using cover flow, where i had to change the matrix co-ordinates. you might find the cover flow code in github
i think this link might help.
https://github.com/tuo/CoverFlow/tree/master/CoverFlow.xcodeproj