You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigator.push(
context,
new MaterialPageRoute(
builder: (context) => new PhotoFilterSelector(
//
),
),
);
it hangs UI for some seconds then goes to the next screen. I tried to call setState before it to show a progress bar but setState was also called after the delay.
The text was updated successfully, but these errors were encountered:
While running the following code onTap:
it hangs UI for some seconds then goes to the next screen. I tried to call setState before it to show a progress bar but setState was also called after the delay.
The text was updated successfully, but these errors were encountered: