Matan Lurey

Results 493 comments of Matan Lurey

As I mentioned to @jtmcdole offline, it's likely this will be more complicated for the framework than the engine. In particular, I can think of the following reasons (and am...

`@TestOn()` has nothing to do with `build_runner`. (FWIW, I think we might want to re-think these tags in the Dart2+ world @jakemac53 @grouma)

RSTP was completed here: https://github.com/flutter/packages/pull/7081.

> Has this been resolved and can be closed ? Yes IMO, closing.

FWIW, DDC internally does not (and will not, at least for now) support configurable imports. That might be part of it.

This looks like a bug with dev dependencies now being stripped from release builds. A `build` invocation (without `--debug`) should not provide (or build) `dev_dependencies` but it looks like it's...

I have a fix locally for `flutter_tools`, but it is pretty disruptive as it makes all commands that (including tests) execute `--no-pub` now transitively look up plugins from `package_config.json`, where...

I'd personally want to punt this back to the Dart SDK team, i.e. as an annotation in `package:meta` so that `package:analyzer` (for completion), `package:dartdoc` (for documentation), _and_ the Flutter Devtools...