https://github.com/roughike/wavy-image-mask
Sample on how to use ClipPaths and CustomClippers to create a wave mask for an image.
https://github.com/roughike/wavy-image-mask
dart flutter
Last synced: 8 months ago
JSON representation
Sample on how to use ClipPaths and CustomClippers to create a wave mask for an image.
- Host: GitHub
- URL: https://github.com/roughike/wavy-image-mask
- Owner: roughike
- License: mit
- Created: 2017-09-04T19:49:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T17:03:27.000Z (almost 8 years ago)
- Last Synced: 2025-09-14T08:45:12.296Z (9 months ago)
- Topics: dart, flutter
- Language: Dart
- Size: 62.1 MB
- Stars: 57
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample project for clipping images with wave shapes
[Read the blogpost here.](https://flutter.rocks/2017/09/04/creating-a-wavy-mask-for-an-image-in-flutter/)
All the related source code is located in [the /lib folder](https://github.com/FlutterRocks/wavy-image-mask/tree/master/lib).