Dart & Flutter Tips: Faster, Lighter, and Happier! Better Developer Experience in Flutter/Dart. — Code generation tools are great! They give us clean, easy-to-manage, and bug-resistant, type-safe code and save us a lot of development time. However, you may notice that build_runner slows down as the project grows. It’s because build_runner analyzes the entire project by default. So, the more we add new files…