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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...