Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Rahiche/riveo_page_curl
Riveo page curl effect in flutter
https://github.com/Rahiche/riveo_page_curl
Last synced: 7 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T15:23:45.000Z (about 1 year ago)
- Last Synced: 2024-10-30T20:13:07.439Z (11 days ago)
- Language: Dart
- Homepage:
- Size: 351 KB
- Stars: 318
- Watchers: 1
- Forks: 73
- 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 GIF](https://github.com/Rahiche/riveo_page_curl/assets/37366956/5c350ddb-950d-4234-83c0-b6f78867b785)
| 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).