Like any programming language, Dart has some internal twists and turns that the average developer might not pick up in the first few lines of codes. For example, if we want some parallel code execution we might want to start a new Read More
When creating a mobile application you often need to handle asynchronous operations: network calls to an API, accessing the device’s information with Platform Channels or waiting for a countdown to finish. When using Dart and Flutter for the first time we stumble Read More
Recent Comments