Everything works until i go back using Navigator.pop
Then I get this error:
Unhandled Exception: 'package:flutter/src/animation/animation_controller.dart': Failed assertion: line 514 pos 7: '_ticker != null': AnimationController.animateTo() called after AnimationController.dispose()
AnimationController methods should not be used after calling dispose.
Everything works until i go back using Navigator.pop
Then I get this error: