Skip to content

A sample for having PageView transformation effects in Flutter.

License

Notifications You must be signed in to change notification settings

alvinlee001/page-transformer

 
 

Repository files navigation

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:/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.

About

A sample for having PageView transformation effects in Flutter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 91.9%
  • Objective-C 5.4%
  • Java 2.7%