无法从颤振中的不同目录导入文件
Unable to import files from a different directory in flutter
我正在尝试从 main.dart
中的不同目录导入文件 profiles/first.dart
,但由于某种原因我无法这样做。我尝试了小写和大写,但无济于事。我可以从 profile/first.dart
.
中的不同目录导入其他文件
Here is the image where I am trying to import the file
Here is the image where I am able to import other files in profiles/first.dart
我不确定您要做什么,但您需要将配置文件目录放在 lib 目录中。看起来你有两个配置文件目录,一个是大写的,另一个是小写的,看看吧。
我正在尝试从 main.dart
中的不同目录导入文件 profiles/first.dart
,但由于某种原因我无法这样做。我尝试了小写和大写,但无济于事。我可以从 profile/first.dart
.
Here is the image where I am trying to import the file
Here is the image where I am able to import other files in profiles/first.dart
我不确定您要做什么,但您需要将配置文件目录放在 lib 目录中。看起来你有两个配置文件目录,一个是大写的,另一个是小写的,看看吧。