mobi_firebase_admob 0.0.1 copy "mobi_firebase_admob: ^0.0.1" to clipboard
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_admob

With Flutter:

 $ flutter pub add mobi_firebase_admob

This 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.1

Alternatively, 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';
10
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

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 interstitial ads to monetize your app effectively. Firebase Integration: Push notifications for real-time communication. Remote Config to dynamically change app behavior. In-App updates with Remote Config for seamless app upgrades. In-App Review: Enable users to rate your app directly within the app interface.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mobi_firebase_admob