Search code examples
flutteradsflutter-web

"Wrap" Flutter Web inside static page


I wanted to ask if anyone knows whether it would be possible to kind of "wrap" a Flutter web project inside of a static page?

Just trying to figure out someway to implement Ads on a Flutter web app, would this approach be correct?

Thanks in advance


Solution

    1. Host your flutter web app somewhere (firebase, dartpad)
    2. Create your static page with an iframe element (generator)
    3. Host your static page somewhere