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

Support custom widget builder #112

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

giorgenes
Copy link

Proposed implementation for #111.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 98

  • 8 of 8 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 87.037%

Totals Coverage Status
Change from base Build 95: 0.2%
Covered Lines: 141
Relevant Lines: 162

💛 - Coveralls


return Container(
width: widget.itemWidth,
height: widget.itemHeight,
alignment: Alignment.center,
child: child,
child: Center(child: child),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you adding this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MarcinusX I guess I added this by accident when trying to position my widget. I've updated the PR to remove it.

@Heepie
Copy link

Heepie commented Feb 20, 2022

@MarcinusX I faced same problem. So could you check this PR again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants