Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 719 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 719 Bytes

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

GifSample