"I’m working on embedding Power BI dashboards and reports into a Flutter mobile application. We have successfully embedded Power BI in our web application, but I couldn’t find any official SDK or library specifically for Flutter.
Here’s what I’m looking for:
Is there an official or recommended way to embed Power BI dashboards and reports in a Flutter mobile app? Are there any existing Flutter plugins or packages to simplify this process? Since this is for a mobile app, I need the dashboards and reports to render correctly in a mobile view. If there’s no direct integration, would using a WebView or other approach be viable? Has anyone successfully implemented this?