pangle-ad-integration

Generate Flutter Pangle ad integration code for initialization, loading, and display workflows.

128|42|Updated Jul 28, 2020
One-click install
npx skills add https://github.com/nullptrx/pangle_flutter --skill pangle-ad-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pangle-ad-integration
Source: https://github.com/nullptrx/pangle_flutter/tree/main/skills
Command: npx skills add https://github.com/nullptrx/pangle_flutter --skill pangle-ad-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly add ByteDance Pangle advertising to a Flutter app without piecing together platform-specific setup, API usage, and lifecycle handling on their own.

Core Features & Use Cases

  • Multi-format ad integration: Covers splash, rewarded video, fullscreen video, banner, feed, draw, stream, EcMall, feed icon, and half-screen splash on Android.
  • Flutter-ready code generation: Produces minimal runnable Dart snippets with the correct iOS and Android configuration classes.
  • Practical implementation guidance: Includes initialization, callbacks, cleanup patterns, and language-matched comments for smoother app integration.
  • Use case: A mobile developer can request a rewarded ad, banner, or feed ad integration and receive a focused implementation tailored to the chosen slot ID and ad type.

Quick Start

Ask this Skill to generate the minimal Flutter Pangle integration for your chosen ad type and slot ID.

Frequently Asked Questions about pangle-ad-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Pangle ads into a Flutter app?

Integrating Pangle ads into a Flutter app requires generating Dart snippets for app initialization, ad loading, and display workflows. It provides platform-specific iOS and Android configuration classes for stable ad delivery across multiple ad formats.

What types of mobile ads can I load with Pangle in Flutter?

Pangle supports multiple mobile ad formats in Flutter, including splash, rewarded video, fullscreen video, banner, feed, draw, stream, EcMall, feed icon, and Android half-screen splash scenarios for diverse integration needs.

Does Pangle ad integration require separate setup for iOS and Android in Flutter?

Yes, Pangle ad integration requires platform-specific configuration for both iOS and Android. The generated code provides the correct native configuration classes alongside minimal runnable Dart snippets to ensure proper ad loading.

How do I handle errors and cleanup when loading Pangle rewarded video ads?

Handling errors and cleanup for Pangle rewarded video ads involves using generated code that includes specific callbacks, cleanup patterns, and error-handling guidance to maintain stable ad delivery throughout the app lifecycle.

What is the best way to generate minimal runnable code for a Pangle banner ad?

Generating minimal runnable code for a Pangle banner ad involves requesting integration tailored to your chosen slot ID and ad type. This yields focused Dart snippets with language-matched comments and lifecycle handling.

Why do I need specific slot IDs for Flutter Pangle ad integration?

Specific slot IDs are needed for Flutter Pangle ad integration to identify distinct advertising placements. The generated implementation code is tailored to your chosen slot ID and ad type to ensure correct ad loading and display.