-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Add ability to ignore sub-paths #10
Comments
maybe u can do this flutter_assets:
assets_path:
- assets/images/
- assets/msic/
output_path: lib/constants/
filename: assets.dart
field_prefix:
classname: R Is this the result you wanted? |
Thank you, yes this is what I needed ✅ Could you please just add this example in the README? |
We can close this issue now 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add the ability to ignore some paths inside the
assets_path
. For example, I might not want to generate asset paths forfonts
inside myassets
folder, butfonts
should be put insideassets
because it belongs there.You can take example from this IntelliJ plugin:
https://plugins.jetbrains.com/plugin/15427-flutterassetsgenerator
The text was updated successfully, but these errors were encountered: