carousel_effect
carousel_effect copied to clipboard
Zooming image carousel using a PageView
Carousel Effect
Zooming Carousel Effect with PageView
This is an implementation in Flutter of the Carousel in this Uplabs post. Give a look to the original android source code.
The comparison may not be fair because the flutter implementation could be more modular and flexible but these are the numbers:
Flutter:
1 file 127 lines (could be way less if not formatted with fmt)
Android:
5 source files and 9 resource files (not counting images) 273 lines in source files and 110 in resources
