-
Notifications
You must be signed in to change notification settings - Fork 17
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
can't change generated file path #9
Comments
I can't reproduce your problem. After you edit the pubspec.yaml file, please try to save the file first before calling the plugin. |
thanks for the reply, of course, I'm saving it before I'm calling the plugin. |
It works if you write the path like this: |
Add the below lines of code inside your pubspec.yaml under the dev_dependances flutter_assets_generator: |
flutter_assets_generator:
Optional. Sets the directory of generated localization files. The provided value should be a valid path on lib dir. Default: generated
output_dir: lib/core/app_constants
I tried this but it always gives me :
Schema validation: Property 'output_dir' is not allowed
also, i tried to change it from the tools but it won't accept sub-folder
it gives me an error or it generates nothing.
The text was updated successfully, but these errors were encountered: