Moritz

Results 93 issues of Moritz

Add support for `pubspec_overrides.yaml`, introduced [here](https://github.com/dart-lang/pub/pull/3215). Implementation detail: I thought it would be cleaner to create a new class instead of making this a special case of `PubSpec` parsing. ---...

### Problem I18n data is updated periodically, which leads to unit tests failing if they implicitly or explicitly call any i18n methods such as number formatting where the values can...

It would be even nicer to also show diagnostics for the `l10n.yaml`, but that might dive to deep into Flutter specifics.

The Github action runs seem to be flaky, either failing or taking a long time. This should be investigated.

bug

To ease translation, it would be nice to show the descriptions (and maybe the message string?) from the reference arb file as a decoration on the corresponding keys in other...

There should be an option to: 1. Create a new blank `arb` file, with some basic structure which only needs to be filled in; 2. Create an `arb` based on...

When downloading pre-compiled binaries from the CDN, check the hashes of the binaries to verify the correct file was downloaded. --- - [x] I’ve reviewed the contributor guide and applied...

package:intl4x

This is a pre-emptive issue thread, as we recently published a new version of `package:intl`. This results in the following error message, as long as Flutter has not updated their...

type-bug
package:intl

- [ ] Reduce overlap between `.g.dart` files, such as sharing `pluralSelector`. - [ ] Replace `build_runner` by `build.dart` for generating data files. - [ ] Replace `build_runner` by macros...

type-enhancement