Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delayed while going to the PhotoFilterSelector #64

Open
ranahyder87 opened this issue Jun 29, 2021 · 1 comment
Open

Delayed while going to the PhotoFilterSelector #64

ranahyder87 opened this issue Jun 29, 2021 · 1 comment

Comments

@ranahyder87
Copy link

While running the following code onTap:

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.

@waqasazeem94
Copy link

I am also having this issue did you solve it @ranahyder87?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants