Issue
I am building a flutter application and I want to use a stateful widget in my project and want to use the getx library for state management. I was wondering if there is going to be any performance
Solution
No performance issues at all. Preferring using stateful widgets with pages using textformfield even it have GetX.
Answered By – Sree Jagath
Answer Checked By – Mary Flores (FlutterFixes Volunteer)