Student Reviews
( 5 Of 5 )
1 review
Video of 74- Flutter Networking - http - Send data to the internet (Arabic) in Flutter course by Code2Start - Mohamed Fathy Taha channel, video No. 74 free certified online
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