chewie
chewie copied to clipboard
how to stop an audio playing when press back and stop it playing in background by using flutter audio player.
@override void dispose() { _videoPlayerController.dispose(); _chewieController.dispose(); _animationController.dispose(); super.dispose(); }
this solution doesn't work on GetX controller