Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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