Skip to content

DeepakRattan/flutter_weather_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Topic :

To create a weather app using Flutter .

Learning Objective:

  1. Using Dart to perform asynchronous tasks.
  2. Understanding async,await and Future.
  3. Performaing network request with the Dart "http" package.
  4. What APIs are and how to use them to get data from the internet.
  5. JSON parsing using "jsonDecode from convert package ".
  6. How to pass data forwards and backwards between screens using the Navigator.
  7. How to handle exceptions in Dart using try/catch/throw.
  8. Learn about the lifecycle of Stateful Widgets and how to override them.
  9. How to use the Geolocator package to get live location data for both iOS and Android.
  10. How to use the TextField Widget to take user input.

About

Flutter Weather App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published