Project

General

Profile

Actions

Bug #1391

closed

App Crash in Open Live Account Screen Due to Async Call Inside setState()

Added by Muhammed Aslam 4 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Normal
Start date:
08/25/2025
Due date:
09/03/2025
% Done:

100%

Estimated time:
8:00 h
Spent time:

Description

The app crashes on the Open Live Account Screen when the user submits or validates the form. This occurs because an asynchronous method (async/Future) is being executed directly inside setState(). In Flutter, setState() must only contain synchronous code.


Files

Actions

Also available in: Atom PDF