Moritz

Results 345 comments of Moritz

> @mosuem Looking at changelog, 0.19.0 doesn't seem to have any breaking changes compared to 0.18.1. Is this correct? Trying to figure out if a dependency override is a good...

> because this issue, i've been stopped upgrade packages... Using a dependency override should work, as pointed out in earlier comments.

I think `1.0.0` is not the issue - it would still break on major version revs, which the change to `0.19.0` was. In my opinion, the problem is in the...

> But I do not know what to use as "data url". Is your import for `initializeDateFormatting` from `import 'package:intl/date_symbol_data_local.dart';`?

I think the problem is that `ckb` is not a known locale for `package:intl`.

This is another reason why parsing is considered fragile, and will not be a feature of the upcoming [`package:intl4x`](https://github.com/dart-lang/i18n/tree/main/pkgs/intl4x).

The Sami locale `se` is not supported by `package:intl` at the moment.

We will deprecate `intl` as soon as `intl4x` is stable on all platforms - and that might take a while. Good question about the roadmap. I should set up a...

> If we zoom out a bit, is there a helper method that lets us test whether a locale is invalid so that we don't have to wrap every format...