Skip to content

Subscriber widget argument should be builder not child #20

@lalomartins

Description

@lalomartins

Subscriber widgets take a Widget child(value) argument. In the Flutter API, all such arguments are called builder, so calling it builder would make things easier to understand (child arguments are actual Widget objects, not functions). Also, it should pass the BuildContext as a context argument: Widget builder(context, value).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions