Dart is not the first language with that mistake, but it’s newer. It shouldn’t have repeated this mistake.

Dart is not the first language with that mistake, but it’s newer. It shouldn’t have repeated this mistake.
What do you mean @DevotionGeo - do you have an example?
I also added the ‘rant’ tag to your thread (have a look at what it looks like on the frontpage )
I’ve asked a friend about this on Twitter (who is a Google Developer Expert for Flutter) and this is what he had to say:
As does Scala: every type is capitalized.
Inheriting mistakes from other languages is so common. Null is a classic example of languages inheriting the mistake all the way back from Algol that even the creator of it admitted was his biggest mistake.
Me …
I never used Dart, but I dislike inconsistency, so I’d hate typing String
instead of string
if everything else is lowercase.
The Twitter thread got a response from Vyacheslav Egorov, who is leading the Dart “ahead of time”- and “just in time”-compilation development at google.