Mixins in Dart – Understand Dart & Flutter Fundamentals (Tutorial)

Subscribe In a classic object oriented programming you have regular classes, abstract classes and interfaces. Of course, Dart has its own take on interfaces, but that’s for another tutorial…  Somewhere in the shadows though is lurking another kind of an animal. Mixins! What are they for and when should you use them? Let’s find out.World without mixinsImagine you are building … Continue reading Mixins in Dart – Understand Dart & Flutter Fundamentals (Tutorial)