I`m trying to display BannerAd in the home page whenever I try to run the app throwing exception
- 1
- Flutter
And what's the rest of this code?
the rest of this Code is just navigation from page to another
if I comment the DisplayBanner(),
The code run nomral
Uhm...are you running a windows desktop app?
The package is only supported on mobile devices
I`m running the app on emulator
Where's the exception?
Cuz I commented DisplayBanner widget so no exception
Would you please share the rest of the code from this file?
So you're still getting the same exception running on an emulator?
yes
This is the BannerAd code
if there`s anymistake should be here
Would you please share a screenshot of the exception?
Uhhh you can't just throw unimplemented...
its by default
You need.to implement it
are u free for a few mins ?
Sorry I am not.
Also, FYI, this is a discord server for Appwrite (https://appwrite.io/). For general flutter help, you might find more help in a flutter specific discord server.
okay thx
Also, did you call MobileAds.instance.initialize() on app start?
Yes I did
Recommended threads
- 500 Internal Error when Project is opene...
After migrating from 1.6.1 to 1.7.4 I noticed this strange behaviour: When I open a project in a separate tab I get a 500 internal error. However, then I simpl...
- CORS error only on tables db api After u...
I've recently updated my self hosted appwrite instance to the 1.8.0 and updated my frontend with the tables db apis but strangely, even if I'm able to log in, g...
- [SOLVED] Access ExecutionStatus of a fun...
I am calling a cloud function from the newest Flutter SDK 20.2.1with the `xasync: false` flag and get the result, but the `execution.status` is not a String and...