-
Notifications
You must be signed in to change notification settings - Fork 20
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
Unable to generate files in different directories #54
Comments
Hi andrew, so the idea is to make it configurable (via environments?) where the generated files will be placed? |
Hi,
After that all *.g.dart and *.freezed.dart files are saved into "/lib/gen/..." root folder. I want to place all *.mapper.g.dart files there too. |
Fixed with #60 |
Maybe this can help:
https://github.com/dart-lang/source_gen/tree/master/source_gen#generating-files-in-different-directories
The text was updated successfully, but these errors were encountered: