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

Commit3923b47

Browse files
committed
chore: update screenshots path
1 parent35b7a5e commit3923b47

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
##[1.0.0]
22

33
- Initial release
4+
5+
##[1.0.0+1]
6+
7+
- Add screenshots to readme

‎README.md‎

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1align="center">
22
<br>
3-
<imgsrc="./screenshots/blobs-logo.png"alt="Blobs"width="100"><br>
3+
<imgsrc="https://raw.githubusercontent.com/lokesh-coder/flutter_blobs/develop/screenshots/blobs-logo.png"alt="Blobs"width="100"><br>
44
</h1>
55

66
<h4align="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.
4848
Blob.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
&nbsp;
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
&nbsp;
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
&nbsp;
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

145145
Gradient 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
&nbsp;
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
&nbsp;
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
&nbsp;
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
&nbsp;
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
&nbsp;
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
&nbsp;
253253

‎example/pubspec.lock‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
path: ".."
2929
relative: true
3030
source: path
31-
version: "1.0.0"
31+
version: "1.0.0+1"
3232
boolean_selector:
3333
dependency: transitive
3434
description:

‎pubspec.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name:blobs
22
description:Create beautiful blobs - fixed/random blob generation, animations, svgs and more
3-
version:1.0.0
3+
version:1.0.0+1
44
homepage:https://github.com/lokesh-coder/flutter_blobs
55

66
environment:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp