I am familiar with the exception.
exception
if your code has...
setState(() { toggle code here.. });
You need to enclosed it in...
if (mounted) { put your setState(() {}); here... }
Let us know if it resolves your error.