Skip to content
Vladyslav edited this page Jun 4, 2024 · 17 revisions

⚡ Prerequisites:

  • Flutter 1.20.0+
  • Android Minimum API Level: 21
  • iOS Minimum version: 13
  • XCode 14.3 or higher

Add the CAS package to Your Project

There are 3 options of adding the CAS Flutter plugin to your project

Option 1 Run the Flutter CLI command

flutter pub add clever_ads_solutions

Option 2 Update pubspec.yaml file

Add the clever_ads_solution definition to your pubspec.yaml file:

clever_ads_solutions: ^0.3.1

image

Option 3 Manual Integration

  1. Download latest clever_ads_solutions
  2. Add the clever_ads_solution definition to your pubspec.yaml file
clever_ads_solutions: path: YOUR_PATH_TO_FOLDER/

🔗 Done! What’s Next?