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.
Animation Creating Custom Animation Curves in Flutter Learn how to create a custom animation curve in Flutter.
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.