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

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 – Marie Seifert (FlutterFixes Admin)

Leave a Reply

Your email address will not be published. Required fields are marked *