asset_does_not_exist
Details about the 'asset_does_not_exist' diagnostic produced by the Dart analyzer.
The asset file '{0}' doesn't exist.
Description
#The analyzer produces this diagnostic when an asset list contains a value referencing a file that doesn't exist.
Example
#
Assuming that the file doesNotExist.gif doesn't exist, the following code
produces this diagnostic because it's listed as an asset:
name: example
flutter:
assets:
- doesNotExist.gif
Common fixes
#If the path is correct, then create a file at that path.
If the path isn't correct, then change the path to match the path of the file containing the asset.
除非另有说明,文档之所提及适用于 Dart 3.10.3 版本报告页面问题.