Flutter with MySql and Php CRUDoperation Part 1#Flutter #Myql #php

preview_player
Показать описание
In this video we are going to use the MySql as a database for our flutter application.
Hope you like the video
If you have any question please write down in the comment section and I will get back to you on that.
Please like share and subscribe.
Рекомендации по теме
Комментарии
Автор

Very helpful for a new learner like me, who want to explore Mobile Apps with Flutter after spending 3-4 years with web development using php and mysql

ArjunYadav-npfh
Автор

Starting my first mobile app. Going with Flutter. Thanks for the video!

TravisTennies
Автор

Still working well in 2024 <3

Two things changed with time:
1) you have to make a list nullable by using '?' at multiple points (e.g: List? list;)
2) you have to change the line of passing the url:
old code:
final response =await http.get("url");
new code:
final response = await http.get(Uri.parse("url");

Hanan_Awann
Автор

Great Video, very helpful for me who just want to make a switch from web to app,

ArjunYadav-npfh
Автор

keep making videos on flutter bro. and thanks for this video

shahzadasalman
Автор

Set speed on 1.5, and don`t thank me later because i may not be here later so don`t do that. Never thank me when u see me talking about somethinng that maybe is`nt so neseceery. Because i could perhaps say on other video something more important. That is the time when u must say, Tnxxx MAn you are number One. Understood?

bbbiii
Автор

my circular indicator keep on loading....what is the issue?

usmankhan-wfmh
Автор

my circular indicator keep on loading, and print error in terminal ( ss.haserror ) why?

tahachabana
Автор

Thumbed up and subscribe d. Thanks man !! Please more vids

GarthFransman
Автор

Thank you for this video it has really helped me, however am getting an error at this line here "return Items(list:ss.data);" I tried copying your whole code as it is, but I still get the error. Something to do with List<Dynamic> can't be assigned to List<Dynamic>

charlesvenny
Автор

nice tutorial, but for huge applications json wont give much ... i belive..., though nice concept, thank you

freeklyfreekers
Автор

Hola tengo una duda y trataré de decirlo en ingles:

I love this video, I'm learning flutter but I have a question: How can I do notifications with flutter and mysql?

yareflores
Автор

in dark theme code not visible properly. use white background for coding

nitinbansal
Автор

in 2022 fetching from php file gives an error

UthpalaBandaradoor
Автор

How do you correct error: flutter Exception has occurred. FormatException (FormatException: Unexpected character (at character 1) <br /> ^ )
when parsing json?

BrianAkaBear
Автор

Thank you for the these all concepts
Learnt from your turtial
But I am facing a small issue:
I checked the data is loading on the console but its giving me error on the screen

Could you please guide me ?

kainatnaeem
Автор

Great video, i was wondering with these implementation of sql, there's no need for firebase??

Izavincy
Автор

Hi sir, When I unplug my real device from the laptop then it fails to get the data ... even I am not using localhost, I am using a hosting service to get data. I don't know why i am having this problem.

parasjain
Автор

Can you please make a tutorial on hosting database online instead of localhost

anjaliswaroopa
Автор

Why do you have to use your system IP to open phpmyadmin

ifeanyinnaemego