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
Check it out live here
![Screenshot 2023-11-05 at 14 57 12](https://private-user-images.githubusercontent.com/37366956/280535197-c6527b1b-9245-455d-a48e-b7b30c7a0787.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MzMyOTgsIm5iZiI6MTczODkzMjk5OCwicGF0aCI6Ii8zNzM2Njk1Ni8yODA1MzUxOTctYzY1MjdiMWItOTI0NS00NTVkLWE0OGUtYjdiMzBjN2EwNzg3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDEyNTYzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRmOGYxNjAwY2Y0MTQ1ZWEyOTcwNmM4ZGNiYWM0ZThjM2U5MWYyZDFkNmQzNzUyNjliYWIyMmY2OWI3NTcwZGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.AP3WWHJ1LUe203wWnU2B0m-xwiTHqz8HuA1_kMOgPgU)
- Channel stable, 3.13.9
- Tested on iOS, Android, MacOS, and web
Experience the effect in action through our demos:
Visual Demo | Demo with Audio |
---|---|
demo.mp4 |
IMG_1324.MOV |
Special thanks to:
- The Riveo app team for the original, inspiring effect.
- @wcandillon for the Skia shader. You can find his code here.