Skip to content
Advertisement

Tag: dart

Share Plex library in Dart

Hi I’m figuring out how to share Plex library in dart. I’m helping myself with this working script in python ( it works) unfortunately my code returns an http error 400, bad request note: When I run the dart code there are no shared library. maybe the payload is not correct :| Thank for any help } } Answer The

Connecting Flask Socket.IO Server and Flutter

Basically, I have a socket io flask code: This code is working fine when I try to connect it to javascript However in flutter I can not achieve that I have stateful Widget that has a button in it And I am using this function to connect to my socket when the button is pressed I can not connect it

Advertisement