Skip to content
Advertisement

Tag: flutter

Accessing Files from User Device using Flutter or Python

I am making a music player with flutter so, I wanna to ask how to access all the files of a particular extension ( mp3, wav ) with it’s details in Flutter or if not in Flutter then Python to play those music files with details like song name, author name Answer In python, you can basically do: By doing

Callable Cloud Function error: Response is missing data field, when trying to call cloud function written in python from flutter app

I’ve been stuck for a few days trying to call a cloud function that was written in Python that takes no parameters from my flutter app, but I keep getting an error that says ‘Response is missing data field’. This is confusing me because the function takes no parameters so I’m wondering if I’m missing something. This is what 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