How to Embed Power BI Dashboards reports in a Flutter Application?

"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?

Haven’t seen an official Flutter package for Power BI, but using a WebView is definitely a viable option. You could embed the Power BI report URL with authentication handled on the backend. Some folks also use iframe embedding with Power BI’s JavaScript API. Might not be as smooth as a native SDK, but it works! If you’re looking for professional help, visit: https://ideamaker.agency/flutter-app-development-services/ will help you.

I’ve already used it in Flutter Web by placing it in an iframe. I had to do some workarounds but it worked.

1 Like