-
-
Notifications
You must be signed in to change notification settings - Fork 276
Closed
Description
Description
Currently we use completers to wait for multiple things to finish before proceeding with the app start, this is problematic since it might block the event processing if for some reason the completer never finishes.
Things to change
- move app start ttid from navigator observer to app start integration (so root ttids are ignored in observer)
- thus app start integration is now the source of truth where app start happen
- handle case where
addPostFrameCallbackwithin the integration might not return, for example ifSentryFlutter.initis called within an isolate - deprecate
setAppStartEnd
Fixes:
denrasekuhnroyal
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done