Skip to content

Weather is simple and easy to use weather application. It is powered by OpenWeather API, which offers high-quality and detailed weather information. For simplicity and usefulness, the amount of provided UI data is minimal and easy to understand for daily forecast. Features: • Minimalistic UI and information presentation • Location can be determ…

Notifications You must be signed in to change notification settings

dikshit1400/Weather-Flutter-Application

Repository files navigation

App Brewery Banner

Clima ☁

Our Goal

The objective of this tutorial is to learn about asynchronous programming in Dart. We'll look at how to carry out time consuming tasks such as getting device location and networking to get data from the internet.

What you will create

We’re going to make a weather app inspired by the beautiful designs made by Olia Gozha. By the end of the module, you'll be able to find out the live weather data in the current location of the device as well as the weather for any city you can think of!

Finished App

What you will learn

  • How to use Dart to perform asynchronous tasks.
  • Understand async and await.
  • Learn about Futures and how to work with them.
  • How to network with the Dart http package.
  • What APIs are and how to use them to get data from the internet.
  • What JSONs are and how to parse them using the Dart convert package.
  • How to pass data forwards and backwards between screens using the Navigator.
  • How to handle exceptions in Dart using try/catch/throw.
  • Learn about the lifecycle of Stateful Widgets and how to override them.
  • How to use the Geolocator package to get live location data for both iOS and Android.
  • How to use the TextField Widget to take user input.

This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at www.appbrewery.co

End Banner

About

Weather is simple and easy to use weather application. It is powered by OpenWeather API, which offers high-quality and detailed weather information. For simplicity and usefulness, the amount of provided UI data is minimal and easy to understand for daily forecast. Features: • Minimalistic UI and information presentation • Location can be determ…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published