-
In Dart `3.5.4 (stable)`, imports accepts non Dart files
# Setup
Create a new Dart project using `dart create dart_puzzler`
Project will contain 2 dart files
```
|
|-- bin
| |-- dart…
-
### Can we access your project?
- [X] I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
### Current Behavior
I'm …
-
The code for [lib/widgets/crossword_info_widget.dart](https://github.com/flutter/codelabs/blob/main/generate_crossword/step_07/lib/widgets/crossword_info_widget.dart)
is missing the required import…
-
In https://github.com/flutter/devtools/issues/8211 the situation was something like this
```
/
packages/
pubspec.yaml
.dart_tool/package_config.json
package_a/
pub…
-
## Summary of Issue:
Recently encountered an issue which depicts that flutter's imports are not case sensitive. So for Flutter Engine:
`import 'package:test_project/screens/home.dart';` and `'packag…
-
Repro:
1. Empty file `a.dart`
2. File `b.dart` with `class Foo {}` inside.
3. Create a file `main.dart` with the following content:
```dart
import 'a.dart' as lib;
import 'b.dart' as lib;
…
-
```
--- Command "vm" (took 02.000925s):
DART_CONFIGURATION=ReleaseTSANX64 out/ReleaseTSANX64/dart --sound-null-safety -Dtest_runner.configuration=vm-tsan-linux-release-x64 --ignore-unrecognized-flag…
-
#### Issue description
When using the dart filter to compile dart to javascript files, the filter does not support dart's `import` functionality.
An error is thrown not being able to locate the impo…
-
Client.dart file imports dart:io which makes it impossible to import client.dart in a browser app and use the methods there.
-
When you have multiple imports in dart, with comments, and then trigger "Optimize Imports", the comments are put below all imports.
So you end up with a list of comments at the end of all imports whic…