-
Details:
* https://github.com/dart-lang/sdk/issues/56186
* https://github.com/dart-lang/sdk/issues/50702
Related:
* https://github.com/dart-lang/sdk/issues/55414
Blockers:
- [x] https://gi…
-
We don't fail on `dart:isolate` imports when we compile with dart2js. In most other build systems we are strict about platform libraries.
We will need to confirm that this doesn't impact flutter.
-
In my `add_task_page.dart` I have added a `icon_text_box.dart` `widget` which is supposed to look like this:
![goal](https://github.com/theakhinabraham/doable-todo-list-app/assets/72644026/345335e…
-
Page URL: https://www.dartlang.org/guides/libraries/create-library-packages
Page source: https://github.com/dart-lang/site-www/tree/master/src/_guides/libraries/create-library-packages.md
Descript…
-
This issue is to track https://dart-review.googlesource.com/c/sdk/+/386020 and https://github.com/dart-lang/sdk/pull/56762.
This change would add a new quick-fix option to `ambiguous_import` to add…
-
Right now, src/module.dart imports relector_dynamic.dart, which in turn imports dart:mirrors. (https://github.com/angular/di.dart/blob/master/lib/src/module.dart#L6)
For using the static version of d…
-
The analyzer should report when a library uses some elements which are provided by more than one import directive (with the same prefix).
If any such import directive provides fewer elements which …
-
tl;dr
`LintNames.directives_ordering` (which I agree with) prefers code like this
```dart
import 'travis.dart';
import 'travis/lib.dart';
```
`DartFixKind.ORGANIZE_IMPORTS` orders code lik…
-
Many CSS features involve referring to assets outside the stylesheet using URLs: plain CSS `@import`s, background images, and so on. It's not always obvious how these assets will map to URLs on the se…
nex3 updated
4 months ago
-
Can't publish if `test/testdata/foo.dart` imports `package:example/`.
This fails due to: [`validator/strict_dependencies.dart`](https://github.com/dart-lang/pub/blob/d86e3c979a3889fed61b68dae9f9156…