mobi_firebase_admob 0.0.1
mobi_firebase_admob: ^0.0.1 copied to clipboard
Flutter Plugin for Ads, Firebase, and In-App Features This plugin integrates powerful tools to enhance your app’s monetization and user engagement. It includes: AdMob Ads: Display native, banner, and [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mobi_firebase_admobWith Flutter:
$ flutter pub add mobi_firebase_admobThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mobi_firebase_admob: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mobi_firebase_admob/banner/BannerAdType.dart';
import 'package:mobi_firebase_admob/banner/BannerAdWidget.dart';
import 'package:mobi_firebase_admob/banner/BannerShimmerColor.dart';
import 'package:mobi_firebase_admob/interstitial/InterstitialAd.dart';
import 'package:mobi_firebase_admob/native/AdIcon.dart';
import 'package:mobi_firebase_admob/native/NativeAdType.dart';
import 'package:mobi_firebase_admob/native/NativeAdWidget.dart';
import 'package:mobi_firebase_admob/native/NativeShimmerColor.dart';