Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit400c16e

Browse files
committed
chore: update readme file with screenshots
1 parent5d66dfa commit400c16e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

‎README.md‎

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Size of the blob. It is mandatory.
4848
Blob.random(size:200),
4949
```
5050

51+
![Basic blob](./screenshots/blob_light.jpg)
52+
5153
 
5254

5355
>####Blob shape settings
@@ -63,7 +65,7 @@ Blob.random(
6365
),
6466
```
6567

66-
![Basic blob](./screenshots/blob_medium.png)
68+
![Basic blob](./screenshots/blob_normal.jpg)
6769

6870
 
6971

@@ -118,6 +120,8 @@ Blob.fromHash(
118120
),
119121
```
120122

123+
![Fixed blob](./screenshots/hash.gif)
124+
121125
 
122126

123127
>####Styles
@@ -136,13 +140,18 @@ Blob.random(
136140
),
137141
```
138142

143+
![Custom color](./screenshots/color.jpg)
144+
139145
Gradient can be Linear or Radial.`LinearGradient` will look like this,
140146

141147
```dart
142148
LinearGradient(colors: [Colors.red, Colors.green])
143149
.createShader(Rect.fromLTRB(0, 0, 300, 300))
144150
```
145151

152+
![Basic blob](./screenshots/blob_gradient.jpg)
153+
![Basic blob](./screenshots/blob_outline.jpg)
154+
146155
 
147156

148157
>####Child Widget
@@ -156,6 +165,8 @@ Blob.random(
156165
),
157166
```
158167

168+
![Child](./screenshots/child.gif)
169+
159170
 
160171

161172
>####Animating the blobs
@@ -173,6 +184,8 @@ Blob.animatedRandom(
173184

174185
`duration` is optional. Default is`500` milliseconds.
175186

187+
![Animation](./screenshots/animated_basic.gif)
188+
176189
 
177190

178191
>####Change shapes automatically
@@ -202,6 +215,8 @@ Blob.animatedFromHash(
202215
),
203216
```
204217

218+
![Animate fixed blobs](./screenshots/animated_hash.gif)
219+
205220
 
206221

207222
>####Debug
@@ -215,6 +230,8 @@ Blob.random(
215230
),
216231
```
217232

233+
![Debug](./screenshots/debug.jpg)
234+
218235
 
219236

220237
###Clipper
@@ -230,6 +247,8 @@ Container(
230247
)
231248
```
232249

250+
![Animate fixed blobs](./screenshots/clipping.gif)
251+
233252
 
234253

235254
###Service

‎example/lib/examples/static/static_debug.dart‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class StaticDebugExample extends StatelessWidget {
1010
Widgetbuild(BuildContext context) {
1111
BlobController blobCtrl=BlobController();
1212
returnAppShell(
13-
title:'Static Basic',
13+
title:'Debug',
1414
child:Center(
1515
child:Column(
1616
mainAxisSize:MainAxisSize.min,

‎screenshots/debug.jpg‎

30.5 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp