'Does using the getx with a stateful widget in flutter cause any performance issues?

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 1:[1]

No performance issues at all. Preferring using stateful widgets with pages using textformfield even it have GetX.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sree Jagath