Mixins and Base Classes: A recipe for success in Flutter
When developing an app with multiple screens, we tend to reuse the same piece of code over many classes: showing error messages, using the same page layout and wiring up some dependencies like for example a Bloc. All this could be solved if were usin...
vanethos.hashnode.dev
Cody Peck
Software Engineer
As someone newer to Dart and mixin syntax, I found this article really helpful; thanks!