Closed zhanghuanchong closed 4 years ago
Same error here, any news about it?
Try to use next code to include it:
MaterialApp(
builder: (context, widget) {
return LoadingProvider(
child: widget,
);
},
);
@CaiJingLong answer works. It should be the main example
Code structure:
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.