Hi! Thanks for the plugin!
There is an error with widget inspector. It does not start when the project has a custom ContentProvider.
On your example_provider it's also not working. How can we solve this problem?

@pragma('vm:entry-point')
void exampleContentProviderEntrypoint() {
MyAndroidContentProvider(
'com.nt4f04und.android_content_provider_example.MyAndroidContentProvider',
);
}
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.1)
[✓] VS Code (version 1.84.2)
[✓] Connected device (3 available)
[✓] Network resources
• No issues found!```
Hi! Thanks for the plugin!
There is an error with widget inspector. It does not start when the project has a custom ContentProvider.
On your example_provider it's also not working. How can we solve this problem?