ads_entity

ads_entity is a Flutter package to manage and display custom ads, Google ads, and Facebook ads with a rotation system.
Easily integrate multiple ad types and handle dynamic ad loading from APIs.

Features

  • Display Google Banner and Interstitial ads.
  • Show custom CDN image ads.
  • Placeholder for Facebook ads.
  • Manage ad rotation.
  • Fetch ads dynamically from an API.

Getting Started

Add ads_entity to your pubspec.yaml and initialize the AdsManager() before using any ad widgets.

Usage

RotationAdWidget(adType: "custom"),
InterstitialAdHandler().showAd(),