A flutter package which will help you to generate pin code fields with beautiful design and animations. Can be useful for OTP or pin code inputs 🤓🤓
Exception has occurred.
FlutterError (A TextEditingController was used after being disposed.
Once you have called dispose() on a TextEditingController, it can no longer be used.)
And already fixed with this changes :
change from this.autoDisposeControllers = true
to be this.autoDisposeControllers = false
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have got error when using
PageView
:And already fixed with this changes : change from
this.autoDisposeControllers = true
to bethis.autoDisposeControllers = false
I hope you don't mind pulling my commits. Thanks!