تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح 74- Flutter Networking - http - Send data to the internet (Arabic) ضمن كورس Flutter شرح قناة Code2Start - Mohamed Fathy Taha، الفديو رقم 74 مجانى معتمد اونلاين
Sending data to the internet is necessary for most apps. And I'ill use the Dart Server side using the Aqueduct framework.
1- Add the http package.
2- Send data to a server (Dart Aqueduct) using the http package.
3- Convert the response into a custom Dart object.
4- Get a author name from user input.
5- Display the response on SnackBar.
the source code
https://github.com/code2start/Flutter-Networking-and-API/tree/2-http-lesson2