flutter_reactive_ble
flutter_reactive_ble copied to clipboard
Implement MacOS support using sharedDarwinSource
Implemented MacOS support with same Swift code, using SharedDarwinSource
We can use darwin folder instead of ios or macos and keep the single codebase for both Apple platforms, so this way i guess maintenance efforts would be same
@rohitsangwan01 did you test all functionally in macos?
@Taym95 i tried basic tasks like connect, disconnect and some services related tasks, but not in detail, and because macos apis are exactly similar to IOS, so both should behave similar in functionality
@Taym95 i tried basic tasks like connect, disconnect and some services related tasks, but not in detail, and because macos apis are exactly similar to IOS, so both should behave similar in functionality
I tried this in the past, and not all API worked, please test other functionalities
@Taym95 ok sure, will test all functionalities
any update on this ??