vivekpinto / flutter-weather-app

Get the current location's weather instantly by opening the app and of any other location by typing in the city name.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finished App

Concepts Learned

  • 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.

About

Get the current location's weather instantly by opening the app and of any other location by typing in the city name.


Languages

Language:Dart 77.9%Language:Ruby 16.3%Language:Swift 2.9%Language:Java 2.7%Language:Objective-C 0.3%