Source: pubspec.yaml
| Constraint | Version |
|---|
| Dart SDK | >=2.17.5 <4.0.0 |
| Flutter SDK | >=2.5.0 |
| Package | Version | Description |
|---|
flutter | SDK | Core Flutter framework |
flutter_inappwebview | ^6.0.0 | In-app WebView used to render in-app message HTML content |
| Package | Version | Description |
|---|
flutter_test | SDK | Flutter testing framework (used only during development) |
Source: android/build.gradle
| Tool | Version |
|---|
| Android Gradle Plugin | 8.9.3 |
| Kotlin Gradle Plugin | 2.2.21 |
| Kotlin stdlib | 2.2.21 (jdk7) |
| Java compatibility | JavaVersion.VERSION_17 |
| Compile SDK | 36 |
| Min SDK | 23 (Android 5.0 Lollipop) |
| Artifact | Version | Description |
|---|
com.indigitall:android-inapp | 7.0.+ | Indigitall Android in-app messaging native SDK |
com.indigitall:android-commons | 7.0.+ | Indigitall shared Android commons library |
| Repository | Purpose |
|---|
google() | Android and related artifacts |
mavenCentral() | Kotlin and other JVM artifacts |
Source: ios/indigitall_inapp_flutter_plugin.podspec
| Field | Value |
|---|
| Pod name | indigitall_inapp_flutter_plugin |
| Version | 3.0.0 |
| Platform | iOS >=14.0 |
| Pod | Version | Description |
|---|
Flutter | — | Flutter iOS engine embedding |
indigitall-ios-inapp | ~> 6.21.0 | Indigitall iOS in-app messaging native SDK |
| Setting | Value | Description |
|---|
DEFINES_MODULE | YES | Enables the pod to be used as a Swift/ObjC module |