@@ -48,7 +48,7 @@ Size of the blob. It is mandatory.
48
48
Blob.random(size:200),
49
49
```
50
50
51
- ![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/blob_light .jpg )
51
+ ![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/blob_shape_2 .jpg )
52
52
53
53
  ;
54
54
@@ -65,7 +65,9 @@ Blob.random(
65
65
),
66
66
```
67
67
68
- ![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/blob_normal.jpg )
68
+ ![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/blob_shape_1.jpg )
69
+ ![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/blob_shape_3.jpg )
70
+ ![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/blob_shape_4.jpg )
69
71
70
72
  ;
71
73
@@ -120,8 +122,6 @@ Blob.fromHash(
120
122
),
121
123
```
122
124
123
- ![ Fixed blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/hash.gif )
124
-
125
125
  ;
126
126
127
127
> #### Styles
@@ -150,7 +150,7 @@ LinearGradient(colors: [Colors.red, Colors.green])
150
150
```
151
151
152
152
![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/gradient.jpg )
153
- ![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/outline .jpg )
153
+ ![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/stroke .jpg )
154
154
155
155
  ;
156
156
@@ -165,7 +165,7 @@ Blob.random(
165
165
),
166
166
```
167
167
168
- ![ Child] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/child.gif )
168
+ ![ Child] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/child.jpg )
169
169
170
170
  ;
171
171
@@ -184,7 +184,7 @@ Blob.animatedRandom(
184
184
185
185
` duration ` is optional. Default is ` 500 ` milliseconds.
186
186
187
- ![ Animation] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/animated_basic .gif )
187
+ ![ Animation] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/basic_animation .gif )
188
188
189
189
  ;
190
190
@@ -201,6 +201,8 @@ Blob.animatedRandom(
201
201
),
202
202
```
203
203
204
+ ![ Animation] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/loop.gif )
205
+
204
206
  ;
205
207
206
208
> #### Animate Fixed shapes
@@ -215,7 +217,7 @@ Blob.animatedFromHash(
215
217
),
216
218
```
217
219
218
- ![ Animate fixed blobs] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/animated_hash .gif )
220
+ ![ Animate fixed blobs] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/multiple_hash .gif )
219
221
220
222
  ;
221
223
@@ -247,7 +249,7 @@ Container(
247
249
)
248
250
```
249
251
250
- ![ Animate fixed blobs ] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/clipping .gif )
252
+ ![ Clipper ] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/clip .gif )
251
253
252
254
  ;
253
255
0 commit comments