Stop Writing Utility Classes: Master Dart Extensions for Cleaner Flutter Code 2 Jun 2023 Post a Comment L et’s be honest for a second. We have all been there. You start a new Flutter project, and within a week, you have a file named utils.dart or stri… Clean CodedartenExtension MethodsflutterProgramming TipsSoftware Engineering
Stop Ignoring the Underscore in Dart: 4 Secrets to Cleaner Code 31 May 2023 Post a Comment W hy does your linter keep yelling at you about unused variables? Why can some classes access data they shouldn't? The answer often lies in a si… Clean CodedartenflutterProgramming Tips