We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35d436 commit 2954a35Copy full SHA for 2954a35
lib/src/audio_waveforms.dart
@@ -49,7 +49,8 @@ class _AudioWaveformsState extends State<AudioWaveforms> {
49
void initState() {
50
super.initState();
51
widget.recorderController.addListener(_recorderControllerListener);
52
- streamSubscription = widget.recorderController.onCurrentDuration.listen((duration) {
+ streamSubscription =
53
+ widget.recorderController.onCurrentDuration.listen((duration) {
54
currentlyRecordedDuration = duration;
55
});
56
}
0 commit comments