Tag: mixin and extend

  • Abstract class in Flutter, E-Com App 8

    In Dart and Flutter we can extend a class. That’s inheritance. However, we can also extend an abstract class in Flutter. The concept of abstract class plays an important role in Flutter app development. Just like the “mixin”. We’ve seen the difference between mixin and extend in Flutter in the previous section. As a result,…

  • Mixin and extend in Flutter, E-Com App 7

    What is the difference between mixin and extend in Flutter? Let’s understand the difference because we’ve been building an e-commerce app. As a result, we don’t want to skip any step. The mixin keyword plays an important role in Dart, as well as in Flutter. However, the extend keyword is quite common. Because we’re more…