@@ -48,7 +48,7 @@ Size of the blob. It is mandatory.
4848Blob.random(size:200),
4949```
5050
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 )
5252
5353  ;
5454
@@ -65,7 +65,9 @@ Blob.random(
6565),
6666```
6767
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 )
6971
7072  ;
7173
@@ -120,8 +122,6 @@ Blob.fromHash(
120122),
121123```
122124
123- ![ Fixed blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/hash.gif )
124-
125125  ;
126126
127127> ####Styles
@@ -150,7 +150,7 @@ LinearGradient(colors: [Colors.red, Colors.green])
150150```
151151
152152![ 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 )
154154
155155  ;
156156
@@ -165,7 +165,7 @@ Blob.random(
165165),
166166```
167167
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 )
169169
170170  ;
171171
@@ -184,7 +184,7 @@ Blob.animatedRandom(
184184
185185` duration ` is optional. Default is` 500 ` milliseconds.
186186
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 )
188188
189189  ;
190190
@@ -201,6 +201,8 @@ Blob.animatedRandom(
201201),
202202```
203203
204+ ![ Animation] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/loop.gif )
205+
204206  ;
205207
206208> ####Animate Fixed shapes
@@ -215,7 +217,7 @@ Blob.animatedFromHash(
215217),
216218```
217219
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 )
219221
220222  ;
221223
@@ -247,7 +249,7 @@ Container(
247249)
248250```
249251
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 )
251253
252254  ;
253255