section-engineering-education / engineering-education

“Section's Engineering Education (EngEd) Program is dedicated to offering a unique quality community experience for computer science university students."
Apache License 2.0
363 stars 890 forks source link

Consuming REST API in Flutter: Building a weather App that makes a network call to a backend Server. #4283

Closed Lekwacious closed 2 years ago

Lekwacious commented 3 years ago

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.

ahmadmardeni1 commented 3 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.

WanjaMIKE commented 3 years ago

@Lekwacious Please ensure that you focus more on the Dio package rather than Flutter GetX which you already covered in your previous tutorials. Thanks