Skip to content

A Weather application made with flutter and dart using the OpenWeather API for fetching the realtime Weatherdata

Notifications You must be signed in to change notification settings

Abhishekraina7/weather_app1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App (Flutter)

Features

  • Fetches and displays current weather data for a specified location.
  • Utilizes a weather API to retrieve real-time weather information.
  • Presents weather details in a clear and visually appealing interface.

Key Concepts and Implementation

API Interactions:

  • Uses API calls to fetch weather data from an external source.
  • Handles both JSON and XML API response formats.
  • Demonstrates data decoding from JSON responses.
  • Includes examples of calling APIs with custom formats.
  • Explores usage of WebSockets for real-time data updates (optional).

Flutter Concepts:

  • Effectively navigates between different screens within the app.
  • Understands and manages widget lifecycles for efficient UI updates.
  • Employs asynchronous programming techniques for handling API calls.
  • Incorporates a splash screen during app launch for a smooth user experience.

Resources that made this project a success

About

A Weather application made with flutter and dart using the OpenWeather API for fetching the realtime Weatherdata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages