Search code examples
javascriptandroidflutterdartpowerbi

How to embed a powerbi report within a flutter android application?


I'm creating an android application using flutter where I need to embed a powerbi report within the app itself. I could not find a single resource to aid me with this task. I've already created a web application where I've done the same. (Yes, I can create a webview, no I don't want a webView). Please help or point me to the correct resource for this.


Solution

  • I found a workaround for this problem. As I've already created a web app, I added full screen reports in my react app itself, and used an inapp webView in flutter to display the reports using : https://github.com/pichillilorenzo/flutter_inappwebview

    Hope this helps someone else too!