Blog category: Dart
Use SVG to build interactive maps in Flutter. This can be used for various purposes including games, educational apps, and more.
Google generative AI with Flutter using the official Dart SDK
Use the official Dart SDK to access Google's generative AI models in Flutter and build badass apps powered by Gemini.
Dart mixins for everyone
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.
Demystifying Dart Extension Methods
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.