تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح 78- Flutter Networking - http - Update data over the internet (Arabic) ضمن كورس Flutter شرح قناة Code2Start - Mohamed Fathy Taha، الفديو رقم 78 مجانى معتمد اونلاين
Updating data over the internet is necessary for most apps. The http package has got that covered!
This lecture uses the following steps:
1- Add the http package.
2- Create the aqueduct server updateAuthor method
3- Update data over the internet using the http package.
4- Update back the listview with the updated Author.
source code
https://github.com/code2start/Flutter-Networking-and-API/tree/6-http-lesson6