@@ -11,7 +11,7 @@ In your flutter project(in pubspec.yaml) add the dependency:
1111
1212``` yaml
1313dependencies :
14- floating_bubbles : ^2.2 .0
14+ floating_bubbles : ^2.3 .0
1515` ` `
1616
1717Import 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