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
- Host: GitHub
- URL: https://github.com/jmolins/carousel_effect
- Owner: jmolins
- Created: 2018-02-25T21:31:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T13:12:05.000Z (almost 4 years ago)
- Last Synced: 2024-11-17T07:34:39.916Z (8 months ago)
- Language: C++
- Size: 5.2 MB
- Stars: 40
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-flutter - Zooming Image Carousel
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