Currently, the generator tends to generate properties in random order (or semi-random, or with order that ends up in the protobuf file). This makes generating contracts produce diffs that don't really reflect what changed - there is too much noise.
The generator should order classes/fields before outputting Dart code.
Currently, the generator tends to generate properties in random order (or semi-random, or with order that ends up in the protobuf file). This makes generating contracts produce diffs that don't really reflect what changed - there is too much noise.
The generator should order classes/fields before outputting Dart code.