- Don’t split your widgets into methods
- Avoid rebuilding all the widgets repetitively
- Use const widgets where possible
- Use `itemExtent` in ListView for long Lists
- Avoid rebuilding unnecessary widgets inside AnimatedBuilder
- Avoid using the Opacity particularly in an animation
- Reuse Data Using the Singleton Design Pattern.
Comments !