We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes it happens that for compatibility I need to use .png and .svg file with the same name e.g. splash.svg and splash.png.
splash.svg
splash.png
It would be awesome to automatically generate different field names for these files e.g. splash_svg and splash_png.
splash_svg
splash_png
The text was updated successfully, but these errors were encountered:
In the next release, if files have the same base name but the different extension will be handled properly. For example:
flutter_gen/test_resources/actual_data/assets_camel_case.gen.dart
Lines 24 to 27 in 33e0a6c
Sorry, something went wrong.
lcdsmao
Successfully merging a pull request may close this issue.
Sometimes it happens that for compatibility I need to use .png and .svg file with the same name e.g.
splash.svg
andsplash.png
.It would be awesome to automatically generate different field names for these files e.g.
splash_svg
andsplash_png
.The text was updated successfully, but these errors were encountered: