Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove Builder widget #400

Closed
tattuu opened this issue Oct 27, 2023 · 0 comments · Fixed by #453
Closed

remove Builder widget #400

tattuu opened this issue Oct 27, 2023 · 0 comments · Fixed by #453
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tattuu
Copy link

tattuu commented Oct 27, 2023

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()
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants