Tag: abstract class and mixin

  • 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,…