How to Use Flutter Mobile Ads

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 49

  • @BleylDev
    @BleylDev  3 роки тому +3

    I did leave out one important piece for android (audio stopped working so I removed the clip). Be sure to add the meta-data tag to your AndroidManifest file with your apps ID, similar to what we did for info.plist. You can find the snippet needed on the pub . dev page for this package.

    • @Hi-tk4he
      @Hi-tk4he 3 роки тому +3

      Sure thanks. Please guide how to stop showing ads for some time after watching rewards ad.

  • @hanzalasaeed9797
    @hanzalasaeed9797 3 роки тому +3

    Thank you for the tutorial. Clear, concise, and easy to understand.

  • @arremayu
    @arremayu 3 роки тому +4

    if error at declaring _ad an isLoaded variables then just declare like this
    late BannerAd _ad;
    bool isLoaded=false;
    in initState
    Future.delayed(Duration(seconds: 1), () => _ad.load());

  • @shaiksoofi3741
    @shaiksoofi3741 3 роки тому

    Hope you get many recognition in the UA-cam community

  • @armagan_gok
    @armagan_gok 3 роки тому +1

    that was awesome dude, thanks

  • @nullsafety9658
    @nullsafety9658 3 роки тому

    Thank you for the upload.
    Very informative, helped me a bunch!
    subscribed

  • @whitebryce
    @whitebryce 3 роки тому +2

    Nice Video! Easy to follow. Can you do a tutorial for fullsized ads as well? The ones with timer to skip

    • @BleylDev
      @BleylDev  3 роки тому +2

      Hi Dong! I just finished editing exactly that! Check out the channel tomorrow to see that tutorial. What you are thinking of is called an "Interstitial Ad".

  • @muhammadanus8416
    @muhammadanus8416 3 роки тому +1

    Where i get my factoryId for native ads?

  • @TuGordoBello
    @TuGordoBello 3 роки тому +1

    Thanks dude.

  • @PaddyM708
    @PaddyM708 3 роки тому

    Hey love your channel!
    Is there a chance you could make a short video about how to implement the app tracking transparency for apple!
    People have huge revenue cuts…
    I think many of us need that and there is absolutely no tutorial on UA-cam !

  • @fluttergang
    @fluttergang 3 роки тому

    Can we use borderRadius for custom ads shape?

  • @silentkiller4091
    @silentkiller4091 3 роки тому +1

    Hi, do we need to add any implementation in the gradle file?

  • @supreme-soft
    @supreme-soft Рік тому

    Please make a video on Native ad.

  • @ergi5664
    @ergi5664 3 роки тому +2

    bro please can do a video tutorial about interstitial, and the part that I don't understand is when user will close ads how to go to next activity, please can do a tutorial about it, on AdClosed : go to another activity , thanks

    • @someonewhocodez
      @someonewhocodez 3 роки тому +1

      In the old adMob package I was able to add the ad.show() function to the onPressed of a button then pop to the next route. The interstitial would be an overlay and once it was closed would automatically be on the next route. This was the old package so I am not sure if it still works in the same way. Hope it helped!

    • @ergi5664
      @ergi5664 3 роки тому

      @@someonewhocodez thank a lot but I am a beginner in flutter, I saw your channel and if you wish you can do a video about it and will be so helpful for all beginner like me if you have free time

    • @someonewhocodez
      @someonewhocodez 3 роки тому +1

      @@ergi5664 I will be putting out a video with more detail about this but here is the link to the Github source code - github.com/some-one-who-codez/interstitials

    • @BleylDev
      @BleylDev  3 роки тому

      Hi Gramos, I'm guessing you've already figured out how to use them by now, but I've got a video coming out tomorrow on Interstitial ads and how to use them in your app!

  • @doolixservice5453
    @doolixservice5453 3 роки тому +1

    Thanks for great contents

  • @mustafacalskan4297
    @mustafacalskan4297 3 роки тому +1

    Thank you for the guide. You just could have try the test ads, it would be more easier for beginners like me, indicator feels like didn't work.

    • @BleylDev
      @BleylDev  3 роки тому

      Very true! It’s actually recommended to use test ads prior to deployment. Thanks for mentioning that!

  • @kenomar
    @kenomar 3 роки тому +1

    thank you
    very useful video

  • @arjayarjay8856
    @arjayarjay8856 3 роки тому +1

    Thanks a lot !!

  • @manzoorahmadfarmani8475
    @manzoorahmadfarmani8475 3 роки тому +1

    Unhandled Exception: PlatformException(NatvieAdError, Can't find NativeAdFactory with id: adFactoryExample, null, null)

    • @BleylDev
      @BleylDev  3 роки тому

      The setup for native ads are slightly different from a banner ad. I’d suggest going through the documentation of the package for an example on implementing the native ad.

  • @sibergenc1238
    @sibergenc1238 3 роки тому +1

    Hey, good video.
    Can you tell how to use keywords in Google mobile ads?

    • @BleylDev
      @BleylDev  3 роки тому

      As far as I know, the package doesn't support using keywords to better tailor ads. There are however settings to change ads that should be for kids as well as setting different maturity ratings for ads such as E, T, M, etc. in a similar way to how video games are rated.

    • @sibergenc1238
      @sibergenc1238 3 роки тому +1

      @@BleylDev Thank you very much

  • @khalifaomani1242
    @khalifaomani1242 3 роки тому

    nice video :) but I have a question how many days you can add IOS app in admob after you puplished it appstore connect >?

    • @BleylDev
      @BleylDev  3 роки тому

      Great question, and I’m actually unsure on the answer. I’ll look around though

  • @ftrstudio141
    @ftrstudio141 3 роки тому

    Bro im getting error.. Which is method adlistner is not defined... Why.. Where to define

  • @basseldroubi1052
    @basseldroubi1052 3 роки тому

    I have this error error in loading : LoadEd Error(code: 3, domain: com.google.android.gms.ads, message: No ad config., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: , adapterResponses: [])) what should I do? I am using my id and banner id from my account

    • @bibekacharya2288
      @bibekacharya2288 3 роки тому

      create a release apk and try in another device and it will work error code 3 means there are no ads in inventory to fill that or you can use test ads

  • @PlayingCode
    @PlayingCode 3 роки тому

    Hey very informative video but I have one doubt ...its that how can I get real ads ?if I connect my physical android to my Mac by cable , will I get real ads on my device?

    • @BleylDev
      @BleylDev  3 роки тому

      What yo were seeing is going to generate real ads when you deploy. And yes, you will. But when you're testing you should use their test ad Ids instead of the real ones and then when you're ready to deploy you can use the real Ids again.

  • @being_najeeb1090
    @being_najeeb1090 3 роки тому +1

    plzz make video on reward ads

    • @BleylDev
      @BleylDev  3 роки тому

      I have a video coming out tomorrow on interstitial ads. Not exactly what you're wanting, but the setup and usage is the exact same as a reward ad! So I hope you find it useful.

  • @jayamuruganj5091
    @jayamuruganj5091 3 роки тому +1

    Pls make the video for the new http depencey

  • @jayamuruganj5091
    @jayamuruganj5091 3 роки тому +1

    Wow super