-
Follow up from #55266
Eventually we may want to fully remove `dart:js_util`. It's already banned from most uses, but there are a [few usages](https://github.com/dart-lang/sdk/blob/cce42a346b04c2474…
-
In Dart, it's extremely common to see imports that look like this
```dart
import 'package:epubx/epubx.dart';
import 'package:path/path.dart' as path;
import 'package:quiver/collection.dart';
im…
-
My analyzer keeps getting terminated. It used to do that sometimes but it usually restarts itself and everything's fine. However, today, some hours into the shift, it started getting terminated and af…
-
Dart analyzer doesn't appear to be able to walk down to a parent directory and then into a child directory.
eg
```
lib/screens/foo/foo.dart
lib/models/bar.dart
```
if you try to import `B…
-
The errors currently in the Flutter framework on the Engine -> Framework roll look lik
```
In sample starting at packages/flutter/lib/src/cupertino/context_menu.dart:77:import 'package:flutter/cuper…
-
Partially inspired by https://github.com/Dart-Code/Dart-Code/issues/5242.
If you have the following code:
```dart
class C {
void foo(int value) {
bar // 0;
```
Th…
-
**Describe the bug**
When debugging ios application the output to console always like this. Android is colored and looks usual.
**To Reproduce**
Intellij 2022 and later debug the application in i…
-
### Page URL
https://dart.dev/tools/linter-rules/avoid_classes_with_only_static_members.html
### Page source
https://github.com/dart-lang/site-www/tree/main/src/content/tools/linter-rules/individua…
-
**Is your feature request related to a problem? Please describe.**
In Java we can see all imported symbols, but the import string is large. For example:
```java
import java.lang.String;
import j…
-
There's an inconsistency in the project structure regarding where R data extraction logic is stored. Currently, similar functionality is found in two different locations:
1. `lib\utils\get_missing.…