How can i create an Carousel of Containers Like the example below?
I looked at Pageview class but this only displays one Container and hides the others. But i want to see the Container partly on the left and right too. Is there anyway to do this in Flutter and how?
Note: The current Container should always stay in the center

Edit: Darky gave an very good Example but i have one problem with his given code:
The following ArgumentError was thrown building AnimatedBuilder(animation: PageController#fc5f0(one client, offset 0.0), dirty, state: _AnimatedState#1ea5c): Invalid argument (lowerLimit): not a number: null –
This gets thrown at the Position where he calls controller.page. Does anyone know how i can fix this?
