https://github.com/marchellodev/flutter_parallax_transitions
https://github.com/marchellodev/flutter_parallax_transitions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marchellodev/flutter_parallax_transitions
- Owner: marchellodev
- License: other
- Created: 2022-02-01T23:02:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T21:56:06.000Z (over 4 years ago)
- Last Synced: 2025-12-29T23:25:36.136Z (6 months ago)
- Language: Dart
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.