AS-Devs / signalr_flutter

A flutter plugin for .net SignalR client.
https://pub.dev/packages/signalr_flutter
MIT License
19 stars 27 forks source link

web & windows support #48

Open yasngencc opened 1 year ago

yasngencc commented 1 year ago

I need web & windows support do you have any plans on supporting it? If not could you guide me how can I add the support myself?

AyonAB commented 1 year ago

It's not currently in my plans but certainly something that is doable. You just need to add the platform to the plugin (Read the flutter docs) and implement the platform interface methods on the native side. Pigeon should generate a lot of boilerplate codes for you. Just need to modify & run the sh file after adding the platform.