Read more stories on Hashnode
Articles with this tag
Introduction This article is about exchanging data with a fixed-length data format. It will tell you about the pros and cons of this data format. It shows and demonstrates an implementation in Dart that is easy to read and maintain. The implementatio...
When dart became ‘non-nullable by default’, an interesting keyword was added to the dart language: ‘late’. Although it might not be so obvious at first glance, this keyword makes it possible to simplify getter and setter blocks when using a ChangeNot...