Skip to content

Blocks main thread on potentially slow file reads #42

@amake

Description

@amake

Picking a file potentially means downloading it from the internet in the case of e.g. an iCloud Drive remote file. This can be slow when the file is large or the network is slow. Unfortunately this plugin processes everything on the UI thread, so this hangs all of Flutter as well.

(Tested on iOS)

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