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

Commitc81b42c

Browse files
committed
chore: fix screenshots image url in readme
1 parent3923b47 commitc81b42c

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

‎CHANGELOG.md‎

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

3-
-Initial release
3+
-Update readme content
44

55
##[1.0.0+1]
66

77
- Add screenshots to readme
8+
9+
##[1.0.0]
10+
11+
- Initial release

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Blob.random(
133133
size:200,
134134
styles: BlobStyles(
135135
color: Colors.green,
136-
fillType: BlobFillType.STROKE,
136+
fillType: BlobFillType.stroke,
137137
gradient: LinearGradient(),
138138
strokeWidth:3,
139139
),
@@ -149,8 +149,8 @@ LinearGradient(colors: [Colors.red, Colors.green])
149149
.createShader(Rect.fromLTRB(0, 0, 300, 300))
150150
```
151151

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)
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)
154154

155155
 
156156

‎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+1"
31+
version: "1.0.0+2"
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+1
3+
version:1.0.0+2
44
homepage:https://github.com/lokesh-coder/flutter_blobs
55

66
environment:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp