Fixed
- iOS: Removed an invalid
flutter_wrapperpackage reference from the SwiftPM target manifest that causedunknown package 'flutter_wrapper' in dependencies of target 'vpn_detector'build failures when SwiftPM integration was enabled. The target now declares itsSources/vpn_detectorpath explicitly, matching the first-party Flutter plugin pattern. Thanks to @AlexV525 (#12).