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

Crash when wrap with Column widget #34

Open
erickcchoi opened this issue Aug 6, 2019 · 1 comment
Open

Crash when wrap with Column widget #34

erickcchoi opened this issue Aug 6, 2019 · 1 comment

Comments

@erickcchoi
Copy link

Crash when use the example code and just wrap with a Column widget.

  body: Column(
  children: <Widget>[
    new DragAndDropList<String>(
@wenboLee
Copy link

wenboLee commented Nov 4, 2019

maybe give it height.
such as

  body: Column(
  children: <Widget>[
    Container(
    height: 100,
    child:  new DragAndDropList<String>(),
)
    

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

No branches or pull requests

2 participants