circular_countdown_timer
circular_countdown_timer copied to clipboard
animation dispose not proper
════════ 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
facing the same issue while pausing the timer.
@MuhammadUsamaSiddiqui any update so far?
i'm getting the similar issue while calling
countDownController.pause();