Closed jangruenwaldt closed 3 years ago
Nevermind, that cryptic error message comes from placing the BannerAd in a stack, can be fixed by:
Container(
width: MediaQuery.of(context).size.width,
child: BannerAdManager.instance.getBannerAd(),
)
or any other width constraint. Thanks!
Swift/x86_64-apple-ios-simulator.swiftinterface:32532: Fatal error: Float value cannot be converted to Int because it is either infinite or NaN
I call (initalize in main.dart, the getBannerAd() in the relevant widget)