-
Sometimes you want to test everything in your project with DDC. MemoryFileSystem imports too much to be compiled with DDC.
-
It would be great if this package can change our absolute imports to relative imports.
Example 1
`import 'package:my_app/lib/src/foo.dart'`
to
`import 'foo.dart'`
Example 2
```
import 'pack…
-
### Validations
- [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](https://gi…
-
## Details
**Target Platform:** Web
**Target OS version/browser:** macOS Big Sur 11.5.2 (20G95) - Safari 14.1.2 (16611.3.10.1.6)
**Devices:** Mac
Unless I'm looking at the wrong place…
vixez updated
3 months ago
-
Dart: 2.0.0-dev.5.0
IntelliJ: IntelliJ IDEA 2017.3 EAP (Ultimate Edition)
Build #IU-173.3302.5, built on October 17, 2017
- [ ] Import to `package:angular/angular.dart` is broken into many src im…
-
Hi, what is going on here when running `drtimport relative`?
```
drtimport version: 2.0.0
Usage:
relative
e.g. changes all local imports to relative imports.
-h, --help Print this u…
-
**Is your feature request related to a problem? Please describe.**
I have a class named `Severity` that is a part of the package public API and is exported via a file located at `lib/`
`lib/lint_a…
-
While applying the localisations I also realised the following in the source code :
- We should use global constants instead of duplicated hardcoded values (i.e min the length for password, for acc…
-
[ This is related to: *Dart analyzer* ]
When scanning for imports in the code, the current implementation requires fully parsing a Dart file. Since imports are only present at the beginning of the …
-
The dart builder returns `BuildResult.dependencies` and `LinkResult.dependencies`. Those dependencies are the ones reported by the hooks themselves - which are dependencies that should cause re-run of…