Skip to content

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

@aktxyz

Description

@aktxyz

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"] }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions