11<h1 align =" center " >
22 <br >
3- <img src =" . /screenshots/blobs-logo.png" alt =" Blobs " width =" 100 " ><br >
3+ <img src =" https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop /screenshots/blobs-logo.png" alt =" Blobs " width =" 100 " ><br >
44</h1 >
55
66<h4 align =" center " >Create beautiful blob shapes with minimal code. Includes widgets, animations, clipper and services.</h4 >
@@ -48,7 +48,7 @@ Size of the blob. It is mandatory.
4848Blob.random(size:200),
4949```
5050
51- ![ Basic blob] ( . /screenshots/blob_light.jpg)
51+ ![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop /screenshots/blob_light.jpg)
5252
5353  ;
5454
@@ -65,7 +65,7 @@ Blob.random(
6565),
6666```
6767
68- ![ Basic blob] ( . /screenshots/blob_normal.jpg)
68+ ![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop /screenshots/blob_normal.jpg)
6969
7070  ;
7171
@@ -120,7 +120,7 @@ Blob.fromHash(
120120),
121121```
122122
123- ![ Fixed blob] ( . /screenshots/hash.gif)
123+ ![ Fixed blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop /screenshots/hash.gif)
124124
125125  ;
126126
@@ -140,7 +140,7 @@ Blob.random(
140140),
141141```
142142
143- ![ Custom color] ( . /screenshots/color.jpg)
143+ ![ Custom color] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop /screenshots/color.jpg)
144144
145145Gradient can be Linear or Radial.` LinearGradient ` will look like this,
146146
@@ -149,8 +149,8 @@ LinearGradient(colors: [Colors.red, Colors.green])
149149.createShader(Rect.fromLTRB(0, 0, 300, 300))
150150```
151151
152- ![ Basic blob] ( . /screenshots/blob_gradient.jpg)
153- ![ Basic blob] ( . /screenshots/blob_outline.jpg)
152+ ![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop /screenshots/blob_gradient.jpg)
153+ ![ Basic blob] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop /screenshots/blob_outline.jpg)
154154
155155  ;
156156
@@ -165,7 +165,7 @@ Blob.random(
165165),
166166```
167167
168- ![ Child] ( . /screenshots/child.gif)
168+ ![ Child] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop /screenshots/child.gif)
169169
170170  ;
171171
@@ -184,7 +184,7 @@ Blob.animatedRandom(
184184
185185` duration ` is optional. Default is` 500 ` milliseconds.
186186
187- ![ Animation] ( . /screenshots/animated_basic.gif)
187+ ![ Animation] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop /screenshots/animated_basic.gif)
188188
189189  ;
190190
@@ -215,7 +215,7 @@ Blob.animatedFromHash(
215215),
216216```
217217
218- ![ Animate fixed blobs] ( . /screenshots/animated_hash.gif)
218+ ![ Animate fixed blobs] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop /screenshots/animated_hash.gif)
219219
220220  ;
221221
@@ -230,7 +230,7 @@ Blob.random(
230230),
231231```
232232
233- ![ Debug] ( . /screenshots/debug.jpg)
233+ ![ Debug] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop /screenshots/debug.jpg)
234234
235235  ;
236236
@@ -247,7 +247,7 @@ Container(
247247)
248248```
249249
250- ![ Animate fixed blobs] ( . /screenshots/clipping.gif)
250+ ![ Animate fixed blobs] ( https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop /screenshots/clipping.gif)
251251
252252  ;
253253