Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.18 KB

What is it?

Sample project for creating nice looking PageView parallax effects in Flutter. I borrowed for personal use, but could really fix to some use cases where u want to resize the 'Slider' dimensions, where i exposed some inner states of it, and also making it clickable

original source: https://github.com/FlutterRocks/page-transformer

Goals:

  1. trying to do dots below, like this
  2. make it auto play, maybe like this repo
  3. add clicking listeners so that on clicking it, will invoke some function with the item passed as parameter

link to repo

Read the blogpost here.

All the related source code is located in the /lib folder; no separate Android / iOS code needed.

The end result looks a little something like this: (copied)

PageTransformer sample.