-
Flutter) 구글 광고 달기 (AdMob) [참고자료]Programing Language/Flutter(Dart) 2021. 3. 21. 01:14728x90반응형
codelabs.developers.google.com/codelabs/admob-inline-ads-in-flutter#0
Adding an AdMob banner and native inline ads to a Flutter app
In this codelab, you’ll learn how to add AdMob inline ads (Banner and Native) to a flutter app.
codelabs.developers.google.com
pub.dev/packages/google_mobile_ads
google_mobile_ads | Flutter Package
Flutter plugin for Google Mobile Ads, supporting banner, interstitial (full-screen), rewarded and native ads
pub.dev
- 카테고리의 Readmee 부분과 Example 부분을 참고하자 (pub.dev/packages/google_mobile_ads)
그리고 각 adunitID를 안드로이드, iOS 각각 분리해서 설정해줘야한다.
해당 코드를 참조하여 구현하길 바란다.
728x90반응형'Programing Language > Flutter(Dart)' 카테고리의 다른 글
Flutter) 안드로이드 빌드시 status bar에 화면 겹치는 현상 해결하기 (0) 2021.12.30 Flutter) Debug 모드 Release 모드 체크 하기(참고자료) (0) 2021.03.21 Flutter) Android Release로 업로드하기! (0) 2021.03.21 Flutter) post 서버 통신하기 (0) 2021.03.19 Flutter) 처음 세팅시 Android 4.1 이상 버전 plugin 오류 (0) 2021.02.01