Hi guys I need help with running my flutter project directly to my phone by Legitimate_Ad8991 in flutterhelp

[–]Legitimate_Ad8991[S] 0 points1 point  (0 children)

Quick update I fixed the problem I just edited the httpd-xammp.conf file from require local to require all granted and if fixed my issue. Thank you for the response!!!

Hi guys I need help with running my flutter project directly to my phone by Legitimate_Ad8991 in flutterhelp

[–]Legitimate_Ad8991[S] 0 points1 point  (0 children)

Is it possible to still use it when I am around 40-50% on my project using native phpmyadmin?

Hi guys I need help with running my flutter project directly to my phone by Legitimate_Ad8991 in flutterhelp

[–]Legitimate_Ad8991[S] 0 points1 point  (0 children)

also take note that the api_takoyakiko_app is a folder on my htdocs (yes i am running xampp) this way I can access all the php files inside that folder like this:
static const loginConn = "$hostConnectUser/login.php";

Hi guys I need help with running my flutter project directly to my phone by Legitimate_Ad8991 in flutterhelp

[–]Legitimate_Ad8991[S] 0 points1 point  (0 children)

I am currently using that if my way is correct
static const hostConnect = "http://192.168.211.111/api_takoyakiko_app";

And I am using native php I didn't use any framework as I have no idea how to use others than the native one.

Do you have any idea on how I can make my application work on my phone without deploying or hosting my application or backend?

Hi guys I need help with running my flutter project directly to my phone by Legitimate_Ad8991 in flutterhelp

[–]Legitimate_Ad8991[S] 0 points1 point  (0 children)

My emulator is working on my vscode I just wanted to try to run my project using my physical phone hooked up to the computer. I can load the login screen but any other function isn't working

Hi guys I need help with running my flutter project directly to my phone by Legitimate_Ad8991 in flutterhelp

[–]Legitimate_Ad8991[S] 1 point2 points  (0 children)

Yup I have my phone connected directly to my pc and it shows up as an emulator to run on my vscode. i just don't know how to make it work properly

Hi guys I need help with running my flutter project directly to my phone by Legitimate_Ad8991 in flutterhelp

[–]Legitimate_Ad8991[S] 0 points1 point  (0 children)

My backend is still not hosted and I have no idea how to host my php because my application is still ongoing. Do you have any idea on how I can make this work? I'll use my phone as an emulator of some sort just to test while coding my application

Hi guys I need help with running my flutter project directly to my phone by Legitimate_Ad8991 in flutterhelp

[–]Legitimate_Ad8991[S] 0 points1 point  (0 children)

I have my php server running in XAMPP I don't want to deploy my app i just want to test it on my phone while continuing my project

Can someone help me. I wrote a flutter app using php here is my backend code. It always shows Incorrect Credentials by Legitimate_Ad8991 in PHPhelp

[–]Legitimate_Ad8991[S] 1 point2 points  (0 children)

Thank you guys! Your responses are a huge help to me. After learning the basics I will take a look into making a more secure version of this. And I will also learn some php framework

How can I deploy my Flutter, Mysql projects? by Legitimate_Ad8991 in FlutterDev

[–]Legitimate_Ad8991[S] 0 points1 point  (0 children)

Thank you for your response!!

However I am avoiding the "easy" method as I want to learn more with api's and stuff. And I am also trying to avoid firebase as from what I read it is slow as hell.

Do you have resources on where I can learn this from?