FlutterAssetsGenerator icon indicating copy to clipboard operation
FlutterAssetsGenerator copied to clipboard

Results 15 FlutterAssetsGenerator issues
Sort by recently updated
recently updated
newest added

3x的文件夹怎么忽略啊,自动生成的3x,不需要的

如题, a - b - assert 如上,我的项目结构,android studio打开的是A目录,但我的资源是在子目录B下,我直接点build执行生成命令的时候会提示Please configure your assets path in pubspec.yaml ,希望大佬可以提供一个命令行执行的方式,或者可以解决这个问题的办法,(每次生成都要重新打开子目录确实有点麻烦。)

- 根目录 -- 所有项目依赖的core -- 相同项目下 --- 司机端A项目 --- 乘客端B项目 --- xxx端C项目 能够配置 pubspec.yaml 以及对应的项目路径。

IDE: Android Studio Hedgehog | 2023.1.1 Patch 2 插件版本: 2.4.2 如图: ![QQ截图20240228171327](https://github.com/cr1992/FlutterAssetsGenerator/assets/17896356/bca401c1-e16c-4633-8736-f100fcdbc25a)

The current plugin offers a similar function through the named_with_parent option, but I find it somewhat lacking. In my opinion, it would be good to provide a feature that allows...

Remove diactrics if file has diactric name so the variable doesn't have diactrics. Something like: https://stackoverflow.com/questions/51731574/removing-accents-and-diacritics-in-kotlin

player.atlas player.png player.skel 这三个文件是一套动画,自动生成没有给生成skel文件,是不是重名问题

有任何意见建议,可以在这里提,我会尽量满足 Any comments and suggestions can be made here, I will try my best to meet

我的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';...

- When this plugin is enabled unable to do a git pull or merge requests. - I need to disable the plugin when making any git request.