Closed Lekwacious closed 2 years ago
Good afternoon and thank you for submitting your topic suggestion. Your topic form has been entered into our queue and should be reviewed (for approval) as soon as a content moderator is finished reviewing the ones in the queue before it.
@Lekwacious Please ensure that you focus more on the Dio package rather than Flutter GetX which you already covered in your previous tutorials. Thanks
Proposed title of article Consuming REST API in Flutter: Building a weather App that makes a network call to a backend Server.
Proposed article introduction This article is teaches how to consume a REST API in a flutter application using the Dio package. We will be building a weather app that provides real-time weather information by making a network call to a weather API. Users can enter the name of a city and get the weather report of city. Flutter GetX package will be used for state management.
Key takeaways How to use the Dio package for network calls. How to build a real-time weather app. Understand how to throw exception during network calls.