Skip to content

Move resource-intensive cryptographic operations off the main thread using Isolates #198

@HamdaanAliQuatil

Description

@HamdaanAliQuatil

Several cryptographic operations are computationally expensive and block the main thread, causing UI Janks and a poor user experience.

The goal is to identify such operations and isolate the intensive computation to background threads.
Use dart:isolates to create cheap isolates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions