Can Appium Inspector work with Flutter app just like it does with native Android app?

Our native mobile app exists for Android, iOS and we are writing testing framework based on Appium. But now we were told, the same app is going to have UI developed in Flutter too, and which we need to accommodate with in the same Appium testing framework.

I understand that just like AppiumDriver, AndroidDriver, iOSDriver, there is a sub class of WebDriver called FlutterDriver.

But will the Appium Inspector work with FlutterUI, just like it does with native Android app UI ?
Does any body have a pointer to any documentation ?