Skip to content

Commit

Permalink
Update plugin_integration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rutavi authored May 23, 2024
1 parent 91118a5 commit 5d398e7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions flutter_documentation/plugin_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ parent: Flutter
nav_order: 2
---

## Prerequisites
* Flutter version at least `2.10.5`
### Android
* `minSdkVersion` at least `20`
* `compileSdkVersion` at least `33`

Note: if you are getting errors about using wrong `minSdkVersion` or `compileVersion` even though you have set them to the ones above (or higher), you need to find `build.gradle` files that has `flutter.minSdkVersion` and `flutter.compileSdkVersion` and manually change those values.

### iOS
* Minimum deployment target at least `12.0`

## pubspec.yaml
In your `pubspec.yaml` file’s dependencies add these lines to include Setupad's Prebid plugin for Flutter and run 'flutter pub get' command in terminal.
```yaml
Expand Down

0 comments on commit 5d398e7

Please sign in to comment.