Skip to main content ppwriters

Blog category: Dart

  • Use the official Dart SDK to access Google's generative AI models in Flutter and build badass apps powered by Gemini.

  • Mixins in Dart are a way of reusing a class's code in multiple class hierarchies. Mixins can be added to different classes to extend their capabilities, without the need for complex inheritance structures.

  • Dart extension methods provide us with a easy and clean way to extend external libraies to our specific needs without touching their source code. Let's learn what they are and how to use them.