I am able to get data from MySQL to php and from PHP to my flutter app, I am also able to send data from php to MySQL database, but I am facing issues in sending data...
<strong>Just a map to store post request body</strong> <pre><code>var rqstParameters = { 'email': '', 'loginMethod': '', 'name': '', 'token': '' }; </cod...
I have a php file hosted on my college server and when i run this file on the server it works very well. I can get the json data after running my php file which is in...
I am getting this error when trying to connect to an API in flutter to get user data. The API is remote, the phone has connection to the internet, I'm using an android...
I'm an amateur flutter mobile app developer, I am trying to display data from my database in my app but I am getting the above error <blockquote> noSuchMethodEr...
I used this code to fetch images from the MySQL database and show them on the container. will you please guide me on how to share this image with text? Or what plugin...
I have set up a LAMP (Linux, Apache, MariaDB, PHP) Server on my Raspberry PI and I'm able to use HTTP GET and PUSH Requests to get and push Data from/to the MariaDB da...
I am new to flutter and php, and am trying to get my flutter app to display a random quote generated on a php file. This php file in turn gets it's quote from a mysql...
I need to calculate the value in Dart/Flutter, as calculated by the <a href="https://www.php.net/manual/en/function.gmmktime.php" rel="nofollow noreferrer">gmmktime()...
I'm using <a href="https://pub.dev/packages/dio" rel="nofollow noreferrer">Dio</a> package to retrieve data from my database(php and mySQL). The application was...
I am sending multiple user_id with form data in a flutter to PHP page but my PHP API did not see array or obj. I used this code for other projects it could work with j...
<strong>Background</strong><br> I am working on a dating app and it needs to have a realtime messaging feature, I am working on a messaging feature for the first time....
I have a flutter app that send opt using firebase . problem is that when I send OTP from flutter app there no way to store that OTP in backend database for confirming....
I am trying to work around it where the user can set a time and an alarm or notification will prompt when it is exactly the time set in my flutter app. I am using PHP...
I'm currently working on flutter with mysql and php. connection to my DB and flutter works fine. and when i insert String it works perfectly. but when i use <code>Date...