footooman

Results 1 issues of footooman

我的pubspec.yaml文件中assets配置如下: ![image](https://github.com/cr1992/FlutterAssetsGenerator/assets/41882623/f8ced5c2-1795-470f-8b0c-237976dc04c5) 结果生成的.dart如下: ![image](https://github.com/cr1992/FlutterAssetsGenerator/assets/41882623/1912d9e9-7cb1-4933-a59c-8fb71fa63606) 正常来说 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';...