Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roughike/page-transformer

A sample for having PageView transformation effects in Flutter.
https://github.com/roughike/page-transformer

Last synced: 6 days ago
JSON representation

A sample for having PageView transformation effects in Flutter.

Awesome Lists containing this project

README

        

# What is it?

The end result looks a little something like this:

![PageTransformer sample.](https://github.com/FlutterRocks/page-transformer/raw/master/page_transform_sample.gif)

Sample project for creating nice looking PageView parallax effects in Flutter.

[Read the blogpost here](https://flutter.rocks/2017/09/23/bringing-the-pagetransformer-from-android-to-flutter/).

All the related source code is located in [the /lib folder](https://github.com/FlutterRocks/page-transformer/tree/master/lib); no separate Android / iOS code needed.