Moritz
Moritz
@insinfo Yeah, the different `initializeDateFormatting` are pretty confusing. Any idea where this should best be documented? I would be happy to add some help around this frequent issue, and you...
Feel free to point out where you would look, or file a PR directly :)
This is because the `es_CO` locale probably falls back to `es_419`, which specifies the currency to be on the right. So it is working as intended.
Ah, indeed `es_CO` is not known and falls back to `es`, not `es_419`. This should be fixed, or will be in the (hopefully out of experimental soon) [package:intl4x](https://pub.dev/packages/intl4x).
Persian calendars will be supported in [`package:intl4x`](https://github.com/dart-lang/i18n/tree/main/pkgs/intl4x), see the [options](https://github.com/dart-lang/i18n/blob/332b1a3b1f009e4315a7807301ea0537b559151a/pkgs/intl4x/lib/src/options.dart#L47).
We are working on shipping a stable version ASAP. > Most of the current packages on 'pub', try to copy Material widgets and are outdated. What do you mean with...
Thanks for the explanation, that makes sense. Although people would maybe even like to use their own i18n packages, so making this injectable would also be nice for Flutter.
@devoncarew Could you enable non-squash merging on this repo?
Closing as the [dart-lang/async](https://github.com/dart-lang/async) repository is merged into the [dart-lang/core](https://github.com/dart-lang/core) monorepo. Please re-open this PR there!
Thanks for reporting! I will take a look. Do you have any more information on the environment where this occurs? I haven't seen this happening on my machine.