Skip to content

pigeon: implement primitive enum return values and arguments #87307

@gaaclarke

Description

@gaaclarke

example:

enum Foo {
  one,
  two,
}

@HostApi
abstract class Api {
  Foo lookup(int identifier);
  void set(int identifier, Foo foo);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High-priority issues at the top of the work listc: proposalA detailed proposal for a change to Flutterp: pigeonrelated to pigeon messaging codegen toolpackageflutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions