Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmolins/carousel_effect

Zooming image carousel using a PageView
https://github.com/jmolins/carousel_effect

Last synced: about 2 months ago
JSON representation

Zooming image carousel using a PageView

Awesome Lists containing this project

README

        

# Carousel Effect

Zooming Carousel Effect with PageView

This is an implementation in Flutter of the Carousel in this [Uplabs post](https://www.uplabs.com/posts/carouseleffect). Give a look to the original [android source code](https://github.com/bhaveshjabuvani-credencys/CarouselEffect).

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](https://github.com/jmolins/carousel_effect/blob/master/carousel_effect.gif?raw=true)