The purpose, manner, and scope of personal information processed by third-party SDKs are as follows:
iOS Version
2. dio
●Company: N/A (Open-source tool)
●Purpose: Network request transmission.
●Platform: Android, iOS.
●System Permissions: iOS: Network Access.
●Information Collected: IP address (generated during network requests), request/response data.
●Official Link: https://pub.dev/packages/dio
3. webview_flutter
●Company: Flutter Official (Google)
●Purpose: Display web content via embedded WebView.
●Platform: Primarily Android and iOS.
●System Permissions: iOS: Network Access.
●Information Collected: IP address, browsing behavior, cookies, etc.
●Official Link: https://pub.dev/packages/webview_flutter
4. device_info_plus
●Company: Flutter Community + plus plugins team
●Purpose: To obtain device brand, model, system version, device ID, and other information.
●Platform: Cross-platform (Android, iOS, etc.).
●System Permissions: iOS: None.
●Information Collected: Device fingerprint/ID, etc.
●Official Link: https://pub.dev/packages/device_info_plus
5. image_picker
●Company: Flutter Official (Google)
●Purpose: To select images/videos from the photo library or capture them using the camera.
●Platform: Primarily Android and iOS.
●System Permissions: iOS: Photos/Camera access.
●Information Collected: Only the media files explicitly selected by the user.
●Official Link: https://pub.dev/packages/image_picker
Android Version
2. dio
●Company: N/A (Open-source tool)
●Purpose: Network request transmission.
●Platform: Android, iOS.
●System Permissions: Android: INTERNET.
●Information Collected: IP address (generated during network requests), request/response data.
●Official Link: https://pub.dev/packages/dio
3. webview_flutter
●Company: Flutter Official (Google)
●Purpose: Display web content via embedded WebView.
●Platform: Primarily Android and iOS.
●System Permissions: Android: INTERNET.
●Information Collected: IP address, browsing behavior, cookies, etc.
●Official Link: https://pub.dev/packages/webview_flutter
4. device_info_plus
●Company: Flutter Community + plus plugins team
●Purpose: To obtain device brand, model, system version, device ID, and other information.
●Platform: Cross-platform (Android, iOS, etc.).
●System Permissions: Android: Some older versions may require READ_PHONE_STATE.
●Information Collected: Device fingerprint/ID, etc.
●Official Link: https://pub.dev/packages/device_info_plus
5. image_picker
●Company: Flutter Official (Google)
●Purpose: To select images/videos from the gallery or capture them using the camera.
●Platform: Primarily Android and iOS.
●System Permissions: Android: READ_MEDIA_IMAGES / READ_MEDIA_VIDEO (Android 13+) or legacy READ_EXTERNAL_STORAGE + CAMERA.
●Information Collected: Only the media files explicitly selected by the user.
●Official Link: https://pub.dev/packages/image_picker