Skip to content

fix: Is there any way of improving "init" speeds for instant app startups? #201

@FL0D3V

Description

@FL0D3V

Description

Currently i execute the init method of the OidcUserMananger in an FutureBuilder in the startup of the app and i show a loading indicator till it is finished, then i show the first page.
I don't know if this is a problem or not but this method needs about 3 seconds on every start of the app.
I need to be sure that anything is checked and initialized before starting the app and the user is logged in to show the homepage.
Is there a way to speed this up, so that the app can feel more like f.e. Instagram or similar apps with instant startup times?
I don't know how these apps handle auth checks but it would be nice to support instant startup times.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions