footooman
Results
1
issues of
footooman
我的pubspec.yaml文件中assets配置如下:  结果生成的.dart如下:  正常来说 static const String ic_album_art = 'assets-b/logo/ic_album_art.png'; static const String ic_background = 'assets-b/background/ic_background.png'; 应该是 static const String ic_album_art = 'assets-a/logo/ic_album_art.png'; static const String ic_background = 'assets-a/background/ic_background.png';...