Dart Mixins

Posted on April 20, 2020 in Dart • Tagged with mixins, dart, cross-platform, flutter, code-recipes, development

This article explains Dart Mixins and when and how to use them.


Continue reading

Dart Enums

Posted on April 14, 2020 in Dart • Tagged with enum, dart, cross-platform, flutter, code-recipes, development

This article explains Dart Enums and when and how to use them.


Continue reading

Dart Extensions

Posted on April 07, 2020 in Dart • Tagged with extension, dart, cross-platform, flutter, code-recipes, development

This article explains what extension methods, operators, and properties are, and how to use them.


Continue reading

The `runes` Property

Posted on April 05, 2020 in Dart • Tagged with runes, Runes, dart, cross-platform, flutter, code-recipes, development

This article describes what runes property means in Dart's language.


Continue reading

The `runtimeType` Property

Posted on April 02, 2020 in Dart • Tagged with runtimeType, dart, cross-platform, flutter, code-recipes, development

This article describes what runtimeType property means in Dart's world.


Continue reading

Dart cheat-sheet for Kotlin (Android) developers

Posted on September 16, 2019 in Flutter • Tagged with Kotlin, Dart, Cross-platform, Flutter, Code-recipes, Android, Android Studio, iOS, development

Dart reference guide for Kotlin (Android) developers


Continue reading