A project to help introduce beginners to the use of APIs in Flutter.
This project is a single-screen appication built with Flutter 3.3.1 as an educational material for beginners in flutter development who want to get a grasp of how to make API calls and use REST APIs in their projects.
The project illustrates how to make use of different data types in Dart as well as the following:
- Functions
- Asynchronous programming
- Object Oriented Programming
- Dart classes
- Flutter packages
- JSON data
The app uses the HTTP package to make network calls to the API and the data obtained is processed and displayed to the user.
Follow this link to watch the video tutorial.