Skip to content
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

.g.part change needed to actually generate files ? #1

Open
aktxyz opened this issue Oct 3, 2023 · 0 comments
Open

.g.part change needed to actually generate files ? #1

aktxyz opened this issue Oct 3, 2023 · 0 comments

Comments

@aktxyz
Copy link

aktxyz commented Oct 3, 2023

I had to change the generators/build.yaml file to get the actual code gen to work ... (.g.dart ==> .g.part)

build_extensions: { ".dart": [".g.dart"] }

to this

build_extensions: { ".dart": [".g.part"] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant