How to parse fixed-length data and why you should avoid 'String.substring'
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...
yapb.dev4 min read