Hello everyone I am developing an application on Flutter. But I faced a big (for me) challenge. I need to implement a custom PageView, but I have no idea how to do it at all.
I tried different solutions from pub.dev: scroll_snap_list, carousel_slider, but they did not suit me, I will be glad of any help or advice. Thanks
Check out this video Flutter Carousel Slider with PageView and Hero Animation, the results are quite similar to what you want.
This is my modification code from the video above to get the resize & opacity effect:
(Runnable in dartpad)
And this is the result: