FengChendian / serial_port_win32

A flutter SerialPort library using win32 API.
BSD 3-Clause "New" or "Revised" License
30 stars 8 forks source link

Compatibility issue #9

Closed Lyazz closed 2 years ago

Lyazz commented 2 years ago

Why in the pub page of the package it is mentionned that it is compatible with all except web, but in reality it is only compatible with windows ??

FengChendian commented 2 years ago

It's due to win32 package and flutter packages generation rules. If you write a package with win32 package, pub displays that it's compatible with all platform...

Maybe I can let this library displays that it's only compatible with Windows. But I don't know how to do. I just write dart layers in my package, not native interface. And win32 package mentioned all platform compatible.

Lyazz commented 2 years ago

Thanks for clarifying this and thank you for this awesome library <3