Skip to content

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

@BestRazer

Description

@BestRazer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions