flutter中使用AnimationController报错如题:
_debugLifecycleState != _ElementLifecycle.defunct报错
直接原因就是没有在dispose中执行dispose方法:
各种AnimationController必须在dispose方法中调用dispose。
当然也有可能是其他原因,欢迎留言。谢谢!
flutter中使用AnimationController报错如题:
直接原因就是没有在dispose中执行dispose方法:
各种AnimationController必须在dispose方法中调用dispose。
当然也有可能是其他原因,欢迎留言。谢谢!