adrop_ads_flutter 1.7.2 copy "adrop_ads_flutter: ^1.7.2" to clipboard
adrop_ads_flutter: ^1.7.2 copied to clipboard

AdropAds flutter plugin that shows ads using native platform views

Adrop Ads - Flutter #

Adrop ads plugin for Flutter

pub package pub points Platform License

Language: English | 한국어

Getting Started #

Examples #

Adrop Ads #

Ad Format Example
Banner banner_example.dart
Interstitial interstitial_example.dart
Rewarded rewarded_example.dart
Popup popup_example.dart
Native native_example.dart

Targeting #

Example
Property & Event property_example.dart

Note: Consent features require AdropAdsBackfill module.

Example
Consent (GDPR/CCPA) consent_example.dart

How to Run Examples #

1. Clone the repository #

git clone https://github.com/OpenRhapsody/adrop_ads_flutter.git

2. Navigate to the example directory #

cd adrop_ads_flutter/example

3. Install dependencies #

flutter pub get

4. Add configuration file #

Download adrop_service.json from Adrop Console and place it in:

Android

android/app/src/main/assets/adrop_service.json

iOS

Important: For iOS, you must add adrop_service.json through Xcode.

  1. Open ios/Runner.xcworkspace in Xcode
  2. Right-click on the Runner folder and select "Add Files to Runner..."
  3. Select adrop_service.json and ensure "Copy items if needed" is checked
  4. Make sure the file is added to the Runner target

5. Install iOS dependencies #

cd ios && pod install && cd ..

6. Build and run #

flutter run
1
likes
160
points
614
downloads

Publisher

verified publisheradrop.io

Weekly Downloads

AdropAds flutter plugin that shows ads using native platform views

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on adrop_ads_flutter

Packages that implement adrop_ads_flutter