Skip to content

Model class and Datastore annotations should not depend on Mirrors #38

Open
@nicolasgarnier

Description

@nicolasgarnier

Model class and Datastore annotations (like @kind, @StringProperty()...) should be in a separate importable library and not depend on the Mirrors package. It's common practice to have the model classes shared between the Client and the Server when both are written in Dart. Currently an @MirrorUsed() annotation will fix the issue of large generated code size but it would be nicer not to have to use it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions