signalr_flutter icon indicating copy to clipboard operation
signalr_flutter copied to clipboard

web & windows support

Open yasngencc opened this issue 2 years ago • 1 comments

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?

yasngencc avatar Nov 25 '22 01:11 yasngencc

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.

AyonAB avatar Nov 29 '22 18:11 AyonAB