signalr_flutter
signalr_flutter copied to clipboard
web & windows support
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?
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.