https://github.com/rahiche/riveo_page_curl
Riveo page curl effect in flutter
https://github.com/rahiche/riveo_page_curl
Last synced: over 1 year ago
JSON representation
Riveo page curl effect in flutter
- Host: GitHub
- URL: https://github.com/rahiche/riveo_page_curl
- Owner: Rahiche
- Created: 2023-10-29T14:00:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T15:23:45.000Z (over 2 years ago)
- Last Synced: 2025-03-30T11:11:12.662Z (over 1 year ago)
- Language: Dart
- Homepage:
- Size: 351 KB
- Stars: 330
- Watchers: 1
- Forks: 75
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# riveo_page_curl
## Overview
`riveo_page_curl` is a Flutter project aiming to replicate the unique page curl effect utilized in the Riveo app for project deletion. Dive into the shader code in `shaders/page_curl.frag` and explore the interesting Flutter logic within `project_card.dart`.
Audio was added for a fun demo only, it's not synced with all cases
## Live
Check it out live [here](https://riveo_page_curl.codemagic.app/)

## Requirements
- Channel stable, 3.13.9
- Tested on iOS, Android, MacOS, and web
## Demo
Experience the effect in action through our demos:

| Visual Demo | Demo with Audio |
| ------------- | ------------- |
| | |
## Credits
Special thanks to:
- The [Riveo app](https://forgeandform.co/riveo/?page=riveo) team for the original, inspiring effect.
- [@wcandillon](https://github.com/wcandillon) for the Skia shader. You can find his code [here](https://github.com/wcandillon/can-it-be-done-in-react-native/tree/master/season5/src/Riveo).