由于状态
flutter forweb仍为
preview,资产处理与移动设备不同。
assets文件夹应位于该
web文件夹中,并且图像的引用路径不应包括
assets:
Image.asset("images/my_custom_image.png")在中
flutter for web,我们不需要引用pubspec.yaml中的资产。

由于状态
flutter forweb仍为
preview,资产处理与移动设备不同。
assets文件夹应位于该
web文件夹中,并且图像的引用路径不应包括
assets:
Image.asset("images/my_custom_image.png")在中
flutter for web,我们不需要引用pubspec.yaml中的资产。