What is the right way of disposing TextEditingController while using Provider package
I’m using provider for state management and I wanted to know what’s the right of way disposing a text editing controller so that there will be no memory leaks.
I’m using provider for state management and I wanted to know what’s the right of way disposing a text editing controller so that there will be no memory leaks.