Another question sir, once I build up the app I created using Android Emulator Localhost, then once it installed in different android devices it can still access it?? Sorry but how it'll works then??
Love you May you get all the glories of Life Boy you just save me After tomorrow I have evaluation of final year project and now I am soo relaxed I cant pay you back you helped me alot. Thanks soo much 🥰 Can I buy you a coffee
Hello sir, how about getting it done, or the app development have been done and you develop an android for example what would be the BaseURL to use? I mean the for android emulator or there's another to use for that? hope to get a response from you sir..
Hi dear, I believe in PHP 5.4 and later have a built-in web server. So, you can navigate to the place, where you application is, and run the following command. cd path/to/your/app php -S 0.0.0.0: Where PORT_NUMBER is an integer from 1024 to 49151 I am not sure about this solution, so, please let me know in case it works.
I’m using android device and however I’m trying, nothing work even your steps , actually it’s response very well in Postman but not in flutter, And BTW Laravel php artisan it’s so slow and not open anything .. what that’s mean ?
PodCoder oh i’ve been in the same problem for 5 days but i just now found out it’s my fault, you really helped me with this video thank you, i’m gonna follow you , actually you have great contents , keep going 💕
Thanks for this helpfull tutorial, I hope this helps many out there, Is there a possibility to emulate the app in a web browser, instead of the emulators as they are really heavy on system, it would be a great help.... Looking forward for a tutorial on the same.
still doesn't work on real device 😭 [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: SocketException: OS Error: Connection refused, errno = 111, address = 127.0.0.1, port = 39990 i tried with:- local host 127.0.0.1 8.0.0.1 8.0.2.3 8.0.2.2 Ivp4 and nothing works help me plz
@@ibnuhakim5895 No instead of localhost i host my backend code and database to 000webhost site. now i can use my apis from anywhere no need to be connected on same network now
i ma getting the following error please let me know if you have any solution : type '(dynamic) => Adds' is not a subtype of type '(String, dynamic) => MapEntry' of 'transform'
Hello dear, Unfortunately the error doesn't have much detail. It is mostly related to the data type conversion. The error itself indicates that you are trying to convert a dynamic value to Map or vice versa.
I just love you man
Save my day
After 30 video I got you😅
Holy shit! Returns HTML markup.
Thank you so much, I was about to lose hope from learning Flutter all because of the real android device problem. :(
thank you so much brother you safe me from trying this whole day and night may Allah bless you and the entire ummah.
He believes in a Christian god, so blessings from your god won't get him anything.
Another question sir, once I build up the app I created using Android Emulator Localhost, then once it installed in different android devices it can still access it?? Sorry but how it'll works then??
Thank you so much, i am from brazil and only your video works for me
Thank you so so much actually this question had confused me 🙏🏻
you are my life saver bro keep it up
Love you May you get all the glories of Life Boy you just save me After tomorrow I have evaluation of final year project and now I am soo relaxed I cant pay you back you helped me alot. Thanks soo much 🥰 Can I buy you a coffee
Thank you very much!! Its working perfectly ❤️
I am getting an error AppwriteException: null, Failed host lookup: 'hostname' (0)
thank you from my heart sir....
thank you bro you save my life.
Thanks for another great tutorial.
thank you so much for this video. it really help me.
very informative! Thanks
Informative video. Sir please make videos on flutter_blue i. e. flutter with bluetooth.
Hello sir, how about getting it done, or the app development have been done and you develop an android for example what would be the BaseURL to use? I mean the for android emulator or there's another to use for that? hope to get a response from you sir..
You can download a chrome extension to parse and display your json correctly. Then you don't need to recreate every endpoint in postman.
Thanks for the suggestion, will consider it next time.
Sir,where you are host this URL,please give answer
Physical Device to XAMPP \
make sure to allow the HTTP apache server from firewall defender public and private
Hi, im not using laravel instead im using php and mysql so the artisan command is throwing an error, please let me know the proper command.
Hi dear,
I believe in PHP 5.4 and later have a built-in web server.
So, you can navigate to the place, where you application is, and run the following command.
cd path/to/your/app
php -S 0.0.0.0:
Where PORT_NUMBER is an integer from 1024 to 49151
I am not sure about this solution, so, please let me know in case it works.
@@PodCoder sure thanks much
Do I have to be familiar with the php or node js
Is it possible to do it with a dotnet backend?
thank you very much
how do you debug flutter API request to your localhost server?
great video mate
Thanks!
Thanks alot man
God bless you
thank you boss
how can we showing webview local host web in flutter??????????????????????????????????????????
How to load data without using floating action button?
u can use initState
useful thanks a lot
❣
thank u
❤
I’m using android device and however I’m trying, nothing work even your steps , actually it’s response very well in Postman but not in flutter,
And BTW Laravel php artisan it’s so slow and not open anything .. what that’s mean ?
Does your mobile device and PC are connected to the same network?
PodCoder oh i’ve been in the same problem for 5 days but i just now found out it’s my fault, you really helped me with this video thank you, i’m gonna follow you , actually you have great contents , keep going 💕
Thanks
How to connect with php web localhost
tnx
Thanks for this helpfull tutorial, I hope this helps many out there,
Is there a possibility to emulate the app in a web browser, instead of the emulators as they are really heavy on system, it would be a great help.... Looking forward for a tutorial on the same.
You can use your physical device as debugger in your application.
I am.getting error
or use ngrok
still doesn't work on real device 😭
[ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: SocketException: OS Error: Connection refused, errno = 111, address = 127.0.0.1, port = 39990
i tried with:-
local host
127.0.0.1
8.0.0.1
8.0.2.3
8.0.2.2
Ivp4
and nothing works help me plz
same
@@ibnuhakim5895 Hi, did you find anything yet plz let me know if you do.. Thanks
@@tushargupta5805 sorry just replied. has it been resolved? after I tried carefully. I succeeded with a step at 9:50 minutes.
@@ibnuhakim5895 No instead of localhost i host my backend code and database to 000webhost site. now i can use my apis from anywhere no need to be connected on same network now
@@ibnuhakim5895 but thanks for the reply i'll try resolving my issue
i ma getting the following error please let me know if you have any solution : type '(dynamic) => Adds' is not a subtype of type '(String, dynamic) => MapEntry' of 'transform'
Hello dear,
Unfortunately the error doesn't have much detail.
It is mostly related to the data type conversion.
The error itself indicates that you are trying to convert a dynamic value to Map or vice versa.
@@PodCoder but I am following the same steps which work for you but not in my case