-
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…
-
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…
-
Currently the only avaliable conditional import mechanics ("[`dart:io`/`dart:html`](https://dart.dev/guides/libraries/create-library-packages#conditionally-importing-and-exporting-library-files)") wor…
-
A barrel file is a file in a folder that exports all dart files within it.
It greatly reduces the amount of imports in files that need to refer to a feature, improving code legibility.
There's an ex…
-
**Describe the bug**
Bumping retrofit_generator from 8.1.0 to 8.1.1 leads to a generation error.
```
The getter 'MediaType' isn't defined for the class
Try correcting the name to the name of an …
-
### What information is missing?
We seem to be missing documentation on configuration specific imports. They are mentioned briefly here in the creating package docs: https://dart.dev/guides/libraries…
-
## Current situation
Dart's file IO capabilities are fragmented across different platforms and mechanisms. The `dart:io` library provides comprehensive file handling for native platforms but all me…
-
The name 'Router' is defined in the libraries 'package:flutter/src/widgets/router.dart' and 'package:provider_architecture/ui/router.dart'.
Try using 'as prefix' for one of the import directives, or …