Skip to content

A Flutter mobile app for viewing both current and future weather conditions

Notifications You must be signed in to change notification settings

tddyer/weathermate

Repository files navigation

WeatherMate

Overview

This project is my implementation of the Clima weather app that was built while following "The Complete Flutter Development Bootcamp using Dart" by the London App Brewery and Angela Yu on LinkedIn Learning (https://www.linkedin.com/learning/flutter-part-08-powering-your-app-with-live-web-data). This weather app is powered by live weather data pulled from the Open Weather Map api (https://openweathermap.org/).

Concepts learned from the course

  • 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

About

A Flutter mobile app for viewing both current and future weather conditions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published