Flutter php mysql complete blog app with admin panel part-2

preview_player
Показать описание
Flutter php mysql complete blog app with admin panel. fully completed android and web blog app development tutorial

Рекомендации по теме
Комментарии
Автор

Can you tell me why I did the same thing as you but NewPostItem doesn't show up in my interface so can you help me find a way to fix it, thank you for the useful video!!!

_HuynhNhutQuang
Автор

Sir Post title is not showing!!! I wrote the same code...It is saying Socket exception:-. I think it is not able to connect my ip with the Flutter 🤔...please help me sir 🙏

ramukaka
Автор

in my app post title not show I try to put all correct URL in var url =""; but its not working....am check app via USB debugging in mobile! so help me!

SadhnaDivinePath
Автор

It brings this error "The argument type 'Object' can't be assigned to the parameter type 'int?" on this line itemCount: postData.length == null ? CircularProgressIndicator() : postData.length,

arnoldchimkomola
Автор

Sir I tried your code but faced an error where I got redirected to the browser_client.dart file and got completer.completeError(. How to solve it ?

theovercomer
Автор

var response = await http.get(url, headers: My url showing me an error(The argument type 'String' can't be assigned to the parameter type 'Uri')

sikanderalii
Автор

postData is showing error .... Undefined name 'postData'.
please help.

simransain
Автор

return Container(
height: 200,
width: MediaQuery.of(context).size.width,
color: Colors.amber,
child: ListView.builder(
itemCount: postData.length,
itemBuilder: (context, index){
return ListTile(title: Text('PostTitle'), );
}),
);

this is my code but postData is showing error it is undefined.

simransain
Автор

sir am not able to connect flutter to my php server (xampp)

hayubinspiration
welcome to shbcf.ru