Alan Knight
Alan Knight
Hard to make a general rule, but I had ``` switch (pattern[0]) { case 'a': return formatAmPm(date); case 'c': return formatStandaloneDay(date); case 'd': return formatDayOfMonth(date); case 'D': return formatDayOfYear(date); ......
This doesn't seem right. I'd expect the two later literal strings to be indented relative to the named argument. Or better yet, all 3 of the adjacent strings on separate...
These would be trivial operations, but would make it easier to use these interchangeably with normal numbers.
Proof of concept form jam work Feb 2022. We would like to be able to get some more information out of build_runner and how long things take. At a minimum,...
percent, permille and now compact numbers all have a notion of scaling the target number. It might be good to generalize this better.
The Intl transformer removes the need to pass name and args, but transformers are deprecated, and it would be good if there was another way. The big issue is that...
@devoncarew writes in dart-lang/i18n#251 Also, I think just slightly more verbose help from the generate_from_arb command would have helped me here. And or perhaps an example for how to use...
We have different APIs that take a Dart String ID, a Chrome String ID, a Chrome RemoteObject, or an InstanceRef. Sometimes we want to be able to accept less information...