Sir I am stuck in this showMyDilog() funtion. In Text field the controller: is not accepting the TextEditingController(); which is initialized with editcontroller variable. kindly help me. final editcontroller = TextEditingController(); showMyDilog() async { return showDialog( context: context, builder: (BuildContext context) { return AlertDialog( title: const Text("Update"), content: Container( child: const TextField( controller: editcontroller, decoration: InputDecoration(hintText: 'Edit Here'), ), ), ); }, ); }
Sir mera issue aa rha ha jb ma update kerta hn update to kerta ha pr next line ma update hota ha or null id da dta ha please ais ka bara ma guide kr dye
@@thetechbrotherss sir ap apni video me aghar dheken to wahan b yahi horaha hai purana data parha hai new add horaha id show nahi hoti null likha araha hai
asif bhai ap ki waja sy ma apna final year project bna paa raha hun .Thank you bhai boht zbrdst playlist ha apki
Duao ma yad rakhain and agy share kar dain
Just no words, such a great explaination, where were you man seriously !!!!
I am here brother, subscribe and share with your friends.
Sir your teaching method is so good😍😘
Thank you
Brilliant Explanation
Thank you
Nice
Thanks
such a amazing video....
Thank you do share with your friends
Sir I am stuck in this showMyDilog() funtion. In Text field the controller: is not accepting the TextEditingController(); which is initialized with editcontroller variable. kindly help me.
final editcontroller = TextEditingController();
showMyDilog() async {
return showDialog(
context: context,
builder: (BuildContext context) {
return AlertDialog(
title: const Text("Update"),
content: Container(
child: const TextField(
controller: editcontroller,
decoration: InputDecoration(hintText: 'Edit Here'),
),
),
);
},
);
}
make sure it's in the same class, or follow the way i did it
how to get notification on Realtime database change??
I will make seprate playlist for this
Sir mera issue aa rha ha jb ma update kerta hn update to kerta ha pr next line ma update hota ha or null id da dta ha please ais ka bara ma guide kr dye
ap id ghlt pass kr rahy ho gy
firebase pa account purshase kar na par ta ??
ni it's free initially, do subscribe and share with your friends
how to handle null case in FirebaseAnimatedList
there are use case for that
update krny se pehly wala data wesy k wesy show ho raha hota hai. new entity add ho jati hai ur id b null hoti hai
it measn ap kuch ghlt kr rahy please follow carefully
@@thetechbrotherss sir ap apni video me aghar dheken to wahan b yahi horaha hai purana data parha hai new add horaha id show nahi hoti null likha araha hai
Please tell me how to solve this error Failed assertion: line 5243 pos 12: '_history.isNotEmpty': is not true.
Please check your context history.
@@thetechbrotherss Then what I do?