Тёмный

How to Use Flutter Mobile Ads 

Bleyl Dev
Подписаться 5 тыс.
Просмотров 12 тыс.
50% 1

Last week the Flutter team announced several BIG announcements! One of them being the release of the new Google_Mobile_Ads package! Now you can easily integrate mobile ads into your Flutter application. This tutorial shows you all of the steps you need to take to set up ads in your app and start monetizing off of your published applications.
For more weekly Flutter content be sure to subscribe to the channel and turn on your notifications.
If you have any questions or are needing help with your Flutter project, join the Bleyl Dev discord and connect with other Flutter developers to help answer your questions!
✅ Discord: / discord
✅ Twitter: / bleyldev
✅ Facebook: / bleyldev
✅ Medium: / bleyldev
✅ The Flutter Shop: teespring.com/...
I’m also big on investing, claim an extra free stock with WeBull using my referral link: act.webull.com...
#flutter #admob

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@arremayu
@arremayu 3 года назад
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());
@hanzalasaeed9797
@hanzalasaeed9797 3 года назад
Thank you for the tutorial. Clear, concise, and easy to understand.
@shaiksoofi3741
@shaiksoofi3741 3 года назад
Hope you get many recognition in the RU-vid community
@weijie186
@weijie186 3 года назад
Nice Video! Easy to follow. Can you do a tutorial for fullsized ads as well? The ones with timer to skip
@BleylDev
@BleylDev 3 года назад
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".
@nullsafety9658
@nullsafety9658 3 года назад
Thank you for the upload. Very informative, helped me a bunch! subscribed
@TuGordoBello
@TuGordoBello 2 года назад
Thanks dude.
@BleylDev
@BleylDev 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 года назад
Sure thanks. Please guide how to stop showing ads for some time after watching rewards ad.
@armagan_gok
@armagan_gok 2 года назад
that was awesome dude, thanks
@muhammadanus8416
@muhammadanus8416 3 года назад
Where i get my factoryId for native ads?
@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 RU-vid !
@mustafacalskan4297
@mustafacalskan4297 3 года назад
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!
@doolixservice5453
@doolixservice5453 3 года назад
Thanks for great contents
@supreme-soft
@supreme-soft Год назад
Please make a video on Native ad.
@kenomar
@kenomar 3 года назад
thank you very useful video
@arjayarjay8856
@arjayarjay8856 3 года назад
Thanks a lot !!
@silentkiller4091
@silentkiller4091 3 года назад
Hi, do we need to add any implementation in the gradle file?
@confitconfit9200
@confitconfit9200 3 года назад
Yes you do
@manzoorahmadfarmani8475
@manzoorahmadfarmani8475 3 года назад
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.
@jayamuruganj5091
@jayamuruganj5091 3 года назад
Pls make the video for the new http depencey
@fluttergang
@fluttergang 3 года назад
Can we use borderRadius for custom ads shape?
@ergi5664
@ergi5664 3 года назад
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 года назад
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 года назад
@@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!
@jayamuruganj5091
@jayamuruganj5091 3 года назад
Wow super
@sibergenc1238
@sibergenc1238 3 года назад
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 года назад
@@BleylDev Thank you very much
@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.
@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 2 года назад
Bro im getting error.. Which is method adlistner is not defined... Why.. Where to define
@metoshinakamoto6658
@metoshinakamoto6658 2 года назад
use 'BannerAdListener()' instead
@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
@being_najeeb1090
@being_najeeb1090 3 года назад
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.
Далее
FlutterFire: Auth Template With Provider
21:39
Просмотров 3,4 тыс.
Flutter Interstitial Mobile Video Ads
13:08
Просмотров 4,7 тыс.
V16 из БЕНЗОПИЛ - ПЕРВЫЙ ЗАПУСК
13:57
Mcdonalds cups and ball trick 🤯🥤 #shorts
00:25
Просмотров 403 тыс.
Flutter Themes Crash Course
14:36
Просмотров 24 тыс.
Monetizing apps with Flutter
22:21
Просмотров 118 тыс.
Why you’re so tired
19:52
Просмотров 1,5 млн
Add Google Ads to your Flutter App
11:58
Просмотров 21 тыс.
Custom, Reusable Widgets in Flutter
8:38
Просмотров 17 тыс.
13 Things To Remove From Your Website Immediately
12:33
In App Purchases in Flutter
10:54
Просмотров 139 тыс.
Top 30 Flutter Tips and Tricks
6:50
Просмотров 560 тыс.
V16 из БЕНЗОПИЛ - ПЕРВЫЙ ЗАПУСК
13:57