diff --git a/lib/src/bubbles.dart b/lib/src/bubbles.dart index 16c436d..bc5c68a 100644 --- a/lib/src/bubbles.dart +++ b/lib/src/bubbles.dart @@ -97,8 +97,8 @@ class FloatingBubbles extends StatefulWidget { this.duration = 0, this.speed = BubbleSpeed.normal, }) : assert( - noOfBubbles >= 10, - 'Number of Bubbles Cannot be less than 10', + noOfBubbles >= 1, + 'Number of Bubbles Cannot be less than 1', ), assert( sizeFactor > 0 && sizeFactor < 0.5,