Flutter 3.32.0: What's New, Improved, and ChangedSalehTZ published on 2025-05-22 included in Flutter Release NotesExplore all the major improvements, new features, and breaking changes in Flutter 3.32.0 — including Material 3 as the default, the Impeller rendering engine on Android, Dart 3.3 updates, and more.
ShrinkWrap vs Slivers in FlutterSalehTZ published on 2025-04-23 included in Flutter UI PerformanceA practical breakdown of shrinkWrap and slivers in Flutter with code examples, use-cases, and when to use each approach.
Flutter Tip: Optimize Your ListView Performance with `ListView.builder`SalehTZ published on 2025-03-27Improve your Flutter app's performance by using ListView.builder instead of ListView.