circular_countdown_timer icon indicating copy to clipboard operation
circular_countdown_timer copied to clipboard

animation dispose not proper

Open Abhijithksabu opened this issue 2 years ago • 1 comments

════════ Exception caught by gesture ═══════════════════════════════════════════ The following assertion was thrown while handling a gesture: AnimationController.stop() called after AnimationController.dispose() AnimationController methods should not be used after calling dispose. 'package:flutter/src/animation/animation_controller.dart': animation_controller.dart:1 Failed assertion: line 779 pos 7: '_ticker != null'

getting this error when try to navigate to next screen

Abhijithksabu avatar May 11 '23 12:05 Abhijithksabu

facing the same issue while pausing the timer. @MuhammadUsamaSiddiqui any update so far? i'm getting the similar issue while calling countDownController.pause();

tushar0518 avatar Sep 22 '23 12:09 tushar0518