What would happen if we converted a stateless widget to a stateful widget? Is there any performance issue?
Asked
Active
Viewed 468 times
1
-
Have you looked at [this answer](https://stackoverflow.com/questions/47501710/what-is-the-relation-between-stateful-and-stateless-widgets-in-flutter) – croxx5f Nov 01 '21 at 07:35
-
No noticeable performance hit. – Roslan Amir Nov 01 '21 at 11:46
1 Answers
0
If your widget remains static then you can use stateless widget otherwise you can use stateful widgets.
there is no performance issues, in my opinion

Saad Ahmed
- 700
- 1
- 8
- 15