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

"Each child must be laid out exactly once." #91

Open
BestRazer opened this issue Dec 25, 2020 · 0 comments
Open

"Each child must be laid out exactly once." #91

BestRazer opened this issue Dec 25, 2020 · 0 comments

Comments

@BestRazer
Copy link

BestRazer commented Dec 25, 2020

I have a drawer in my flutter application. There I have multiple ListTiles. From the ListTiles, I open PDFs using this plugin. But when I open a pdf, close it and reopen it, it just doesn't show the pdf. Just a grey screen.
Here's how I implemented the ListTiles:
ListTile( title: Text('PDF'), onTap: () { Navigator.pop(context); function(); }, ),
In the console, I get the error
Each child must be laid out exactly once.

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

1 participant