googleads / admob-ads-in-flutter

Apache License 2.0
73 stars 36 forks source link

NoSuchMethodError #3

Closed mahtoBabu closed 3 years ago

mahtoBabu commented 4 years ago

The method 'load' was called on null. Receiver: null Tried calling: load()

The relevant error-causing widget was: MaterialApp file:///C:/Users/kidsLAB/AndroidStudioProjects/admob-ads-in-flutter-master/starter/lib/main.dart:28:5 When the exception was thrown, this was the stack:

0 Object.noSuchMethod (dart:core-patch/object_patch.dart:51:5)

1 _GameRouteState.initState._loadBannerAd (package:awesome_drawing_quiz/game_route.dart:65:11)

2 _GameRouteState.initState (package:awesome_drawing_quiz/game_route.dart:74:18)

3 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:4684:58)

4 ComponentElement.mount (package:flutter/src/widgets/framework.dart:4520:5)

...