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

Flutter Inspector doesn't work after adding this package #6

Closed
zhanghuanchong opened this issue Oct 21, 2019 · 3 comments
Closed

Flutter Inspector doesn't work after adding this package #6

zhanghuanchong opened this issue Oct 21, 2019 · 3 comments

Comments

@zhanghuanchong
Copy link

Code structure:
image

Flutter version: 1.9.1
IDE: Android Studio

Once I enabled the "Select Widget Mode", the app will restart, which caused I cannot inspect the widgets on the previous page.

Can you help? Thanks in advance.

@p02diada
Copy link

p02diada commented May 6, 2020

Same error here, any news about it?

@CaiJingLong
Copy link
Owner

Try to use next code to include it:

 MaterialApp(
      builder: (context, widget) {
        return LoadingProvider(
          child: widget,
        );
      },
    );

@p02diada
Copy link

p02diada commented May 7, 2020

@CaiJingLong answer works. It should be the main example

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

3 participants