Skip to content

Commit

Permalink
Removed async from _nextAnimation.
Browse files Browse the repository at this point in the history
  • Loading branch information
awhitford committed Oct 23, 2020
1 parent c7c1f6d commit a5b0ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/wavy.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class _WavyAnimatedTextKitState extends State<WavyAnimatedTextKit>
);
}

Future<void> _nextAnimation() async {
void _nextAnimation() {
final isLast = _index == widget.text.length - 1;

// Handling onNext callback
Expand Down

0 comments on commit a5b0ff5

Please sign in to comment.