Skip to content

Commit 6d18e57

Browse files
committed
update readme
1 parent e44a90e commit 6d18e57

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

example/README.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,53 @@
11
# material_palette example
22

3-
A demo app showcasing all 17 shader effects from the [material_palette](https://pub.dev/packages/material_palette) package.
3+
A demo app showcasing all 27 shader effects from the [material_palette](https://pub.dev/packages/material_palette) package.
44

55
## Running
66

77
```bash
88
flutter pub get
99
flutter run -d chrome # or macos, etc.
1010
```
11+
12+
## Shaders
13+
14+
### Linear Gradients
15+
- **Grit** – gritty dithered gradient
16+
- **Perlin** – Perlin noise gradient
17+
- **Simplex** – Simplex noise gradient
18+
- **FBM** – fractal Brownian motion gradient
19+
- **Turbulence** – turbulence noise gradient
20+
- **Voronoi** – Voronoi cell gradient
21+
- **Voronoise** – Voronoise gradient
22+
23+
### Radial Gradients
24+
- **Grit Radial** – radial gritty gradient
25+
- **Perlin Radial** – radial Perlin noise gradient
26+
- **Simplex Radial** – radial Simplex noise gradient
27+
- **FBM Radial** – radial FBM gradient
28+
- **Turbulence Radial** – radial turbulence gradient
29+
- **Voronoi Radial** – radial Voronoi gradient
30+
- **Voronoise Radial** – radial Voronoise gradient
31+
32+
### Interactive
33+
- **Ripples** – animated ripple effect
34+
- **Taplets** – tap-triggered ripples
35+
- **Smarble** – marble smear effect
36+
37+
### Burn
38+
- **Burn** – linear burn dissolve
39+
- **Burn Radial** – radial burn dissolve
40+
- **Burn Tap** – tap-triggered burn
41+
42+
### Smoke
43+
- **Smoke** – linear smoke dissolve
44+
- **Smoke Radial** – radial smoke dissolve
45+
- **Smoke Tap** – tap-triggered smoke
46+
47+
### Pixel Dissolve
48+
- **Pixel Dissolve** – linear pixel dissolve
49+
- **Pixel Dissolve Radial** – radial pixel dissolve
50+
- **Pixel Dissolve Tap** – tap-triggered pixel dissolve
51+
52+
### Slurp
53+
- **Slurp Tap** – tap-triggered slurp effect

0 commit comments

Comments
 (0)