Performance Flutter and Dart: When to use var, final and const Learn when to use var, final, or const in your Flutter and Dart apps. As well as some performance benefits of const and the static modifier.
Performance Flutter Performance Tip: Keep Your Build Method Pure Improve your Flutter app's performance by keeping the build method pure and free of side effects.