Month: August 2018
-
Isolates: how to work with multithreading in Dart
Here we are again with another topic about Dart language, first of all I’d like to start this article with an off-topic. View original article
-
Why Flutter Uses Dart
Wm Leler explains why Flutter uses Dart: Here is a quick list of the Dart features that together make it indispensable for Flutter: Dart is AOT (Ahead Of Time) compiled to fast, predictable, native code, which allows almost all of Flutter to be written in Dart. This not only makes Flutter fast, virtually everything (including all…
-
Putting build methods on a diet – tips and tricks for cleaner Flutter UI code
Flutter is great – it rocks. We have modern, fresh APIs for building complex UIs in a quite small amount of code. View original article