Method chaining is a common design pattern in object-oriented programming, but do you know Google natively supports method chaining through…
Dart

Tips to use Timer in Dart and Flutter
Timer is essential part of any application, and is useful in many use-cases. Let me show you some tips to…

How to use list generate in Dart
One of very handy utility in Dart is the ability to generate a list of values. In this article, I…

Download files in Dart
You might need to download files to handle tasks in your applications. In this article, I will show guide you…

Config Dart SDK inside Intellij IDEA on MacOS
Maybe you don't know that you can use IntelliJ IDEA to build Dart applications, and it supports really well. In…

How to read file using Dart
Reading file is a common task and it should be done easy in Dart programming language. In this article, I…

Dart 2 Stable Release and the Dart Web Platform
After a long time waiting, finally, Dart 2 has been released with many features and improvements that developers expected. Especially,…