8000 [pigeon] type arguments don't trigger the generation of classes · Issue #89404 · flutter/flutter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[pigeon] type arguments don't trigger the generation of classes #89404
Closed
flutter/packages
#458
@gaaclarke

Description

@gaaclarke
class Book {
  String? title;
  String? author;
}

@HostApi()
abstract class BookApi {
  List<Book?> search(String keyword);
}

Doesn't generate the Book classes because Book only shows up as a type argument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    p: pigeonrelated to pigeon messaging codegen tool

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0