-
In preparation for server-side rendering, we need some mechanism to generate components that don't depend on `dart:html`. This will likely be a build option, but we can make the transition easier by a…
-
This issue is used to track the implementation of the 'enhanced-parts' feature.
Feature specification: https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/parts_with_impo…
-
## Problem
- Redundant imports like
```
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
```
are not handled.
## Expected
Only import either material OR cup…
-
This tracker is for issues related to:
* Dart analyzer and linter
Clicking on quick fix then move to file only moves the required imports but doesn't move `part 'application_support_directory_prov…
-
This tracking issue collects notes on potential work in Flutter upstream that would benefit the (new) Zulip mobile app. See also:
* #1079
Some of these are much more important to us than others. T…
-
-
Dart currently identifies libraries by their import URI.
That causes troubles in some situations:
* Different case on Windows (https://github.com/dart-lang/sdk/issues/28895)
* Starting programs usi…
-
After upgrading to 2.16.0 I get the following breaking change in the generated database.g.dart:
```
-class $MessageTable extends Message with TableInfo {
+class $MessageTable extends m.Message
+…
bbjay updated
8 months ago
-
This is the overall tracking issue for shipping managed imports on paste.
- [x] disable until P1s resolved
- [ ] misc update imports on paste issues #31238
- [x] issues when copying entire file #…
-
A meta-issue to discuss and track work on linter support for macros.
* [Macros Feature Spec](https://github.com/dart-lang/language/blob/main/working/macros/feature-specification.md)
* [Augmentatio…