Skip to content

Commit 128077a

Browse files
committed
doc: updated readme for v2.3.0
1 parent 3869795 commit 128077a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In your flutter project(in pubspec.yaml) add the dependency:
1111

1212
```yaml
1313
dependencies:
14-
floating_bubbles: ^2.2.0
14+
floating_bubbles: ^2.3.0
1515
```
1616
1717
Import the package:
@@ -75,8 +75,8 @@ return Stack(
7575
opacity: 70,
7676
paintingStyle: PaintingStyle.fill,
7777
shape: BubbleShape.square,
78-
speed: BubbleSpeed.normal,
79-
78+
speed: BubbleSpeed.normal,
79+
8080
),
8181
);
8282
```
@@ -95,8 +95,7 @@ return Stack(
9595
| `paintingStyle` | Painting Style of the bubbles. | **No** | `PaintingStyle.fill` |
9696
| `strokeWidth` | Stroke Width of the bubbles. This value is effective only if `Painting Style` is set to `PaintingStyle.stroke`. | **No** | `0` |
9797
| `shape` | Shape of the bubbles. | **No** | `BubbleShape.circle` |
98-
| `speed` | Control the speed of the bubbles. | **No** | `BubbleSpeed.normal` |
99-
98+
| `speed` | Control the speed of the bubbles. | **No** | `BubbleSpeed.normal` |
10099

101100
---
102101

@@ -111,8 +110,7 @@ return Stack(
111110
| `paintingStyle` | Painting Style of the bubbles. | **No** | `PaintingStyle.fill` |
112111
| `strokeWidth` | Stroke Width of the bubbles. This value is effective only if `Painting Style` is set to `PaintingStyle.stroke`. | **No** | `0` |
113112
| `shape` | Shape of the bubbles. | **No** | `BubbleShape.circle` |
114-
| `speed` | Control the speed of the bubbles. | **No** | `BubbleSpeed.normal` |
115-
113+
| `speed` | Control the speed of the bubbles. | **No** | `BubbleSpeed.normal` |
116114

117115
---
118116

0 commit comments

Comments
 (0)