Adpluginx Documentation
  • 👋Welcome to AdPluginx
  • Installation
    • ⚙️Install Adpluginx
    • Configure Pod For Ios
    • Configure Info.plist
    • Configure SkAdNetworks
    • Configure AppDelegate
    • Creating Native AdView
    • Init Native View to Swift Class
    • Add Onesignal to Project
  • Ad Network Indexes
    • AdConfig
    • FullScreen Ad Indexes
    • Banner Ad Indexes
    • Native Ad Indexes
  • Apple SignIn & In App Purchase
    • Enable Apple SignIn And Use
    • Skip Logic
    • InApp Purchases
    • Coin Login
Powered by GitBook
On this page

Was this helpful?

  1. Installation

Install Adpluginx

Add Plugin to Pubspec.yaml

pubspec.yaml
// Installing Adpluginx
adpluginx: <latest_version>

Run the pub get Command

flutter pub get
PreviousWelcome to AdPluginxNextConfigure Pod For Ios

Last updated 2 years ago

Was this helpful?

⚙️