flutter_reactive_ble icon indicating copy to clipboard operation
flutter_reactive_ble copied to clipboard

Implement MacOS support using sharedDarwinSource

Open rohitsangwan01 opened this issue 2 years ago • 5 comments

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 avatar Sep 27 '23 10:09 rohitsangwan01

@rohitsangwan01 did you test all functionally in macos?

Taym95 avatar Oct 25 '23 07:10 Taym95

@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

rohitsangwan01 avatar Oct 25 '23 08:10 rohitsangwan01

@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 avatar Oct 25 '23 08:10 Taym95

@Taym95 ok sure, will test all functionalities

rohitsangwan01 avatar Oct 25 '23 08:10 rohitsangwan01

any update on this ??

egyleader avatar Nov 12 '23 12:11 egyleader