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

https://github.com/marchellodev/flutter_parallax_transitions


https://github.com/marchellodev/flutter_parallax_transitions

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# About
This package is a fork of [flutter_page_transition](https://github.com/handoing/flutter_page_transition), migrated to Null-Safety, and with implemented linter suggestions.

This was done to preserve the Parallax effect, which I was not able to find in other packages, and was too dumb to implement myself.

Also I have changed a few things added a new transition type: `PageSliding`.

Please refer to `exameple/main.dart` and the original package for documentation.