Skip to content

remove Builder widget #400

@tattuu

Description

@tattuu

Thank you for creating this widget.

One question on that is about implementation.

Regarding the part written in doc installing 3, don't you need the Builder widget?

Here is an example

before

ShowCaseWidget(
  builder: Builder(
    builder : (context)=> Somewidget()
  ),
),

after

ShowCaseWidget(
  builder : (context)=> Somewidget()
),

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions