PhilipsHue / flutter_reactive_ble

Flutter library that handles BLE operations for multiple devices.
https://developers.meethue.com/
Other
662 stars 326 forks source link

Implement all platforms #800

Closed rohitsangwan01 closed 11 months ago

rohitsangwan01 commented 11 months ago

Implemented MacOS support using same Swift code, using sharedDarwinSource

We can use darwin folder instead of ios or macos and keep the same source code for both Apple platforms, so this way i guess maintenance efforts would be same

rohitsangwan01 commented 11 months ago

Opps, wrong one