From 6128ed839aa8d99e4d9956cc7713b619a0540f19 Mon Sep 17 00:00:00 2001 From: Srikar Reddy Date: Tue, 1 Jul 2025 13:28:33 +0530 Subject: [PATCH 1/2] Add IOS Requirements --- docs/device-connect/flutter.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/device-connect/flutter.md b/docs/device-connect/flutter.md index 5f6d0d92..7c7ecf10 100644 --- a/docs/device-connect/flutter.md +++ b/docs/device-connect/flutter.md @@ -4,7 +4,15 @@ The DeviceConnect SDK enables the collection of anonymized, non-PII data from us ## Requirements -Device Connect Flutter SDK works on Android 5.0+ (API level 21+), on Java 8+ and AndroidX. In addition to the changes, enable desugaring so that our SDK can run smoothly on Android 7.0 and versions below. +The **Device Connect Flutter SDK** supports: + +- **Android** + - Minimum version: **Android 5.0 (API level 21)** + - Requirements: **Java 8+**, **AndroidX** + - ⚠️ To ensure compatibility with Android 7.0 and below, make sure to enable **core library desugaring** in your Gradle configuration. + +- **iOS** + - Minimum version: **iOS 14.0**