-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Your Socket Mobile Developer ID
5db57d6a-e357-ee11-be6f-002248049e3a
Environment
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.41.0, on macOS 15.6.1 24G90 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 36.1.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 26.1.1)
[✓] Chrome - develop for the web
[✓] Connected device (4 available)
! Error: Browsing on the local area network for Blue iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for IPhone 13 Pro. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for Iphone 12 pro(v:16.0.3). Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for Ipad 10th Gen. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for iPhone 11 (V : 17.0.3). Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for iPad 7th Gen(18.1). Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for The One - iPhone 12. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for iPhone 12 Pro Max(Gold). Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
• No issues found!
Description
Hello, Socket Mobile Team,
We are currently evaluating our upgrade path for our Flutter-based scanning application. We've seen the recent announcement regarding CaptureSDK 2.0 and its shift towards more reliable BLE workflows and the new dynamic framework architecture on iOS.
Since the current Flutter package (v1.5.60) still relies on the 1.9.x native iOS SDK, we are concerned about long-term parity and support for next-gen devices like the S721.
- Is there an active development branch for Flutter 2.0?
- When can we expect a release that bridges the new 2.0 native APIs?
Maintaining a stable connection is critical for our users, and we’d love to take advantage of the 2.0 stability improvements as soon as they are available for Flutter.
Thanks!
Steps to Reproduce
N/A - This is a feature request (CaptureSDK 2.0 support), not a bug report.
Current behavior:
- Use
capturesdk_flutter: ^1.5.60in pubspec.yaml - Run
flutter pub get - Build iOS app → bundles CaptureSDK v1.9.139 (changelog confirms)
Expected Behavior
Expected: Flutter apps using capturesdk_flutter should bundle iOS CaptureSDK 2.0 (same as native iOS SDK), providing:
- New 2.0 architecture/stability improvements
- Latest BLE, SocketCam, NFC features
- Parity between Flutter and native iOS implementations
Current: Still bundles iOS CaptureSDK v1.9.139 despite 2.0 availability.
Actual Behavior
Actual: Flutter apps using capturesdk_flutter: ^1.5.60 bundle iOS CaptureSDK v1.9.139 (per changelog).
Confirmed by:
- pub.dev changelog: "Upgrade to iOS CaptureSDK v1.9.139"
- iOS framework inspection shows v1.9.x version, not 2.0
Additional Context
No response